├── BackgroundSprites.gbsproj ├── README.md ├── assets ├── avatars │ └── danger.png ├── backgrounds │ ├── !tileset.png │ ├── BackgroundSprites.png │ ├── BackgroundSprites201.png │ ├── BackgroundSprites2010.png │ ├── BackgroundSprites202.png │ ├── BackgroundSprites203.png │ ├── BackgroundSprites204.png │ ├── BackgroundSprites205.png │ ├── BackgroundSprites206.png │ ├── BackgroundSprites207.png │ ├── BackgroundSprites208.png │ ├── BackgroundSprites209.png │ ├── BackgroundSprites210.png │ ├── BackgroundSprites211.png │ ├── elavtor.png │ ├── hidden-path-wall.png │ ├── hidden-path.png │ ├── layers.png │ ├── menu.png │ ├── transparent.png │ └── water-tileset.png ├── emotes │ ├── anger.png │ ├── love.png │ ├── music.png │ ├── pause.png │ ├── question.png │ ├── shock.png │ ├── sleep.png │ └── sweat.png ├── fonts │ ├── gbs-mono.json │ ├── gbs-mono.png │ ├── gbs-var.json │ └── gbs-var.png ├── music │ ├── Rulz_BattleTheme.mod │ ├── Rulz_BattleTheme.uge │ ├── Rulz_FastPaceSpeedRace.mod │ ├── Rulz_FastPaceSpeedRace.uge │ ├── Rulz_GonaSpace.mod │ ├── Rulz_GonaSpace.uge │ ├── Rulz_Into the woods.mod │ ├── Rulz_Into the woods.uge │ ├── Rulz_Intro.mod │ ├── Rulz_Intro.uge │ ├── Rulz_LightMood.mod │ ├── Rulz_LightMood.uge │ ├── Rulz_Outside.mod │ ├── Rulz_Outside.uge │ ├── Rulz_Pause_Underground.mod │ ├── Rulz_Pause_Underground.uge │ ├── Rulz_SpaceEmergency.mod │ ├── Rulz_SpaceEmergency.uge │ ├── Rulz_UndergroundCave.mod │ ├── Rulz_UndergroundCave.uge │ └── template.mod ├── sprites │ ├── arrow.png │ ├── bullet.png │ ├── bullet_left.png │ ├── bullet_right.png │ ├── cat.png │ ├── checkbox.png │ ├── chest.png │ ├── cursor.png │ ├── dog.png │ ├── duck.png │ ├── elephant.png │ ├── enemy_ship.png │ ├── explode.png │ ├── fire.png │ ├── hidden_stairs.png │ ├── ice.png │ ├── machine.png │ ├── npc001.png │ ├── npc002.png │ ├── npc003.png │ ├── npc004.png │ ├── npc005.png │ ├── npc006.png │ ├── npc007.png │ ├── npc_gardener.png │ ├── player.png │ ├── player_platform.png │ ├── player_ship.png │ ├── pod_door.png │ ├── portal.png │ ├── radio.png │ ├── rock.png │ ├── sage.png │ ├── savepoint.png │ ├── signpost.png │ ├── space_mine.png │ ├── torch.png │ ├── turnip.png │ └── ui_weapon.png └── ui │ ├── ascii.png │ ├── cursor.png │ ├── emotes.png │ └── frame.png └── help ├── BackgroundSprites-2.4.gif ├── lesson-2-1-0.gif ├── lesson-2-1-0.png ├── lesson-2-2-0.png ├── lesson-2-2-1.png ├── lesson-2-2-2.png ├── lesson-2-2-3.gif ├── lesson-2-3-1.gif ├── lesson-2-3-1.png ├── lesson-2-3-2.gif ├── lesson-2-3-2.png ├── lesson-2-3-4.png ├── lesson-2-3-5.gif ├── lesson-2-3-scene.png ├── lesson-2-3-spaceship-background-animation-state.png └── lesson-2-4-frames.png /README.md: -------------------------------------------------------------------------------- 1 | # GB Studio Tutorial - Background Sprites 2 | ![](/help/BackgroundSprites-2.4.gif "Example") 3 | 4 | Interactive GB Studio tutorial for rendering background tiles in front of sprites. The source code was built using with GBS 3.0.3. Enjoy :) 5 | 6 | ### GB Studio Tutorials: 7 | 8 | - [1.0 - Animated Tiles](https://github.com/phinioxGlade/gbstudio-3-animated-tile-tutorial) 9 | - [2.0 - Background Sprites](https://github.com/phinioxGlade/gbstudio-background-sprites-tutorial) < This Tutorial 10 | 11 | ### Lessons: 12 | 13 | - [2.0 - How to setup a sprite to render behind background tiles](#lesson-20---how-to-setup-a-sprite-to-render-behind-background-tiles) 14 | - [2.1 - How transparency is handled](#lesson-21---how-transparency-is-handled) 15 | - [2.2 - Use of triggers to toggle player sprite in front of and behind background tiles](#lesson-22---use-of-triggers-to-toggle-player-sprite-in-front-of-and-behind-background-tiles) 16 | - [2.3 - Simulating additional layers](#lesson-23---simulating-additional-layers) 17 | - [2.4 - Animating background tiles to hide the transition between sprites in front of and behind background tiles](#24---animating-background-tiles-to-hide-the-transition-between-sprites-in-front-of-and-behind-background-tiles) 18 | 19 | ### Concepts: 20 | 21 | - Animation States and Frames 22 | - How an actor is contructed 23 | - Related Sprite Editor features 24 | - Builds off concepts from my previous [GB Studio 3.0.3 - Tutorial 1.0 - Animated Tiles](https://github.com/phinioxGlade/gbstudio-3-animated-tile-tutorial) 25 | 26 | ### Useful Resources: 27 | 28 | - [GBVM source file](https://github.com/untoxa/gbvm/blob/master/include/vm.i) 29 | - [GBVM Command Reference](https://gist.github.com/pau-tomas/92b0ad77506088d184a654af226f5b7d) 30 | - [GB Studio Central - Understanding GBVM](https://github.com/untoxa/gbvm/blob/master/include/vm.i) 31 | - [GB Studio Plug-In Database](https://docs.google.com/spreadsheets/d/1d2F5hSEMt6nkacw-qVnYlT3IPHqmCCaLFhRboC5xxc0/edit#gid=0) 32 | 33 | ### Lesson 2.0 - How to setup a sprite to render behind background tiles 34 | 35 | We will begin by discussing the basic steps to render am actor/player sprite behind the background layer. 36 | 37 | In GBS3, actors can be made up of multiple component sprites and frames of animations. 38 | We will refer to smaller component sprites as sub-sprites. 39 | Each sub-sprite within animation frame can be independently set to render behind the background layer. 40 | GBS3 provides the Sprite Editor for configuring sprite sheets. 41 | 42 | #### How-to edit a Sprite 43 | 44 | From the Game World section: 45 | 1. Expand the "Game World" drop down list in the top left under the File Edit menu 46 | 2. Then select "Sprites" to open the Sprite Editor 47 | 3. Find the sprite you want to edit, this part of tutorial we will focus on the *player_platform* sprite 48 | 49 | #### Animation States and Sub-States 50 | 51 | Each sprite is made up of animation states. These states are made up of sub-states based on the "Animation Type". 52 | *player_platform* is of type "Platformer Player", which consists of: 53 | 54 | 1. Idle Left/Right: Animation played when not moving 55 | 2. Moving Left/Right: Animation played when while moving 56 | 3. Jump Left/Right: Animation played while jumping 57 | 4. Climbing: Animation played while climbing a ladder 58 | 59 | GBS studio allows you to mirror Left/Right animations and this is checked by default. 60 | 61 | #### Creating a new Animation State 62 | 63 | To create a new animation state, click the "+" button next to the ANIMATIONS heading. 64 | New states default to the "Fixed Direction" animation type, with only the Idle sub-state. 65 | To get the additional sub-stats, change the type to "Platformer Player". 66 | Its recommended that you also rename state so its easier reference, in this tutorial it was renamed to "behind" 67 | 68 | #### Recreating the Animations 69 | 70 | Currently GBS lacks a clone animation state/sub-status feature, so you will need to manually recreate all the animation frames. 71 | This is done my dragging tiles from the sprite sheet into the animation frame and repeating for all frame you want to recreate. 72 | 73 | #### Set sprites to display behind background layer 74 | 75 | Once the animation has been recreated, the final step is setting which parts of the actor will be "Display behind background layer". 76 | As mentioned previous each sub-sprite can be independently set to render behind the background layer, in this tutorial we made the entire frame to behind: 77 | 78 | 1. Select all the tiles in the frame 79 | 2. Check the "Display behind background layer" in the Sprite Tiles panel on the right 80 | 3. Repeat for each frame of animation and all the sub-states 81 | 82 | #### Using the "behind" Animation State 83 | 84 | Now the sprite is built. We just need to set the Animation State. 85 | Add the event "Set Actor Animation State", in this example to the Scene "On Init", and set Player's state to "behind". 86 | You can do this for any actor, no just the Player. 87 | Use the same event to swap back to "Default" animation state, we will discuss this further in next part of the lesson. 88 | 89 | ### Lesson 2.1 - How transparency is handled 90 | 91 | 92 | 93 | When your designing your artwork for sprites behind the background layer, there is the transparent shade. 94 | 95 | This is assigned to the lightest/white shade. 96 | 97 | So light green, dark green and black all render in front of the sprite. 98 | 99 | You need to keep this in mind when creating backgrounds to avoid unwanted overlap. 100 | 101 | You can change the which shade is transparent, but requires [NalaFala (Yousurname)'s plug-in](https://github.com/Y0UR-U5ERNAME/gbs-plugin-collection/tree/main/plugins/setPaletteColorsPlugin/events) or GBVM scripting (presumed GBVM has this feature). This will be covered in a future tutorial. 102 | 103 | ### Lesson 2.2 - Use of triggers to toggle player sprite in front of and behind background tiles 104 | 105 | 106 | 107 | In this basic example we will toggle the player's animation state between sprites in-front of background tiles and spirtes behind background tiles. 108 | 109 | In this instance we have added a trigger which overs the brick pilar. 110 | 111 | Trigger's "On Enter" has the event "Set Actor Animation State", which sets the player's the state to "behind". 112 | 113 | 114 | 115 | Trigger's "On Leave" does the reverse. Its swaps the state back to "Default". 116 | 117 | 118 | 119 | This is done so the player is only behind while obscured by the pilar. 120 | 121 | 122 | 123 | To avoid noticable pop when the states are swapped we have empty tiles either side of the pilar. This needs to be size of your player sprite, hence two transparent tiles left and right. 124 | 125 | ### Lesson 2.3 - Simulating additional layers 126 | 127 | 128 | 129 | The Gameboy is limited to just two layers: 130 | 131 | 1. The background tiles 132 | 2. The sprites 133 | 134 | But what if you wanted three layers? 135 | 136 | Well, you can achieve this affect by carefully mixing sprites rendered in front of and behind the background layer. 137 | 138 | We have already shown that triggers can be used to toggle player sprite behind but you can also do this for any sprite. 139 | 140 | #### Background Layer 141 | 142 | 143 | 144 | Lets add a spaceship. 145 | 146 | Which we want to be on the furtherest layer back. Set its state to *behind*. 147 | 148 | ![](/help/lesson-2-3-spaceship-background-animation-state.png "Spaceship-Background Animation State Event") 149 | 150 | #### Middle Ground Layer 151 | 152 | 153 | 154 | Next lets make a middle ground layer. 155 | 156 | Add another spaceship. 157 | 158 | Add logic to the actor's *On Update* so that if the actor is between X 15 and X 19, set the state to behind. 159 | 160 | 161 | 162 | *The example in the tutorial is incomplete and doesn't always work as intended. The spaceship movement script would need to be adjusted to better incorporate the layer change* 163 | 164 | #### Foreground Layer 165 | 166 | 167 | 168 | You could add a forth layer with sprites in front of the foreground pilar. 169 | 170 | #### Concussion 171 | 172 | Now we have 3 psuedo layers: 173 | 1. Spaceship always behind 174 | 2. Spaceship that toggles state using logic 175 | 3. Pilar in front of all sprites 176 | 177 | The amount of simulated layers is upto your creativity, coding skills and choice artwork. 178 | 179 | ## 2.4 - Animating background tiles to hide the transition between sprites in front of and behind background tiles 180 | 181 | ![](/help/BackgroundSprites-2.4.gif "Example") 182 | 183 | For the final part of the lesson, we will be using animated tiles to mask the transition between sprite states to create hidden path. 184 | 185 | The code for animating tiles was covered in my [Animated Tiles Tutorial](https://github.com/phinioxGlade/gbstudio-3-animated-tile-tutorial) available on Github. We will not be explaining the GBVM scripting required. 186 | 187 | ![](/help/lesson-2-4-frames.png "Tile Animation Frames") 188 | 189 | Above is 8 frames of the animations. We will reuse the first 4 frames for both the dark and very dark end tiles. 190 | 191 | This is the basic concept: 192 | 193 | 1. Initialize the hidden path by setting actors behind and swapping background tiles to their foreground version (GBVM scripting) 194 | 2. Add a trigger within the foreground wall which sets the actor sprite states to "behind" and begin the animated transition (GBVM scripting) 195 | 3. The animation is handled using the "On Update" of the orb actor, a Timer event might be a better choice 196 | 4. When the animation reaches the frame 5, set the states to "Default" 197 | 5. When the animation reaches the frame 8, stop animation 198 | 6. Add a second trigger with the reverse logic to hide the path 199 | 200 | ## Currently the rest of the lesson is only available within the source code 201 | -------------------------------------------------------------------------------- /assets/avatars/danger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/avatars/danger.png -------------------------------------------------------------------------------- /assets/backgrounds/!tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/!tileset.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites201.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites2010.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites202.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites203.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites204.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites205.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites206.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites207.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites208.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites209.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites210.png -------------------------------------------------------------------------------- /assets/backgrounds/BackgroundSprites211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/BackgroundSprites211.png -------------------------------------------------------------------------------- /assets/backgrounds/elavtor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/elavtor.png -------------------------------------------------------------------------------- /assets/backgrounds/hidden-path-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/hidden-path-wall.png -------------------------------------------------------------------------------- /assets/backgrounds/hidden-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/hidden-path.png -------------------------------------------------------------------------------- /assets/backgrounds/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/layers.png -------------------------------------------------------------------------------- /assets/backgrounds/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/menu.png -------------------------------------------------------------------------------- /assets/backgrounds/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/transparent.png -------------------------------------------------------------------------------- /assets/backgrounds/water-tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/backgrounds/water-tileset.png -------------------------------------------------------------------------------- /assets/emotes/anger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/anger.png -------------------------------------------------------------------------------- /assets/emotes/love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/love.png -------------------------------------------------------------------------------- /assets/emotes/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/music.png -------------------------------------------------------------------------------- /assets/emotes/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/pause.png -------------------------------------------------------------------------------- /assets/emotes/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/question.png -------------------------------------------------------------------------------- /assets/emotes/shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/shock.png -------------------------------------------------------------------------------- /assets/emotes/sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/sleep.png -------------------------------------------------------------------------------- /assets/emotes/sweat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/emotes/sweat.png -------------------------------------------------------------------------------- /assets/fonts/gbs-mono.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GBS Mono", 3 | "mapping": {} 4 | } 5 | -------------------------------------------------------------------------------- /assets/fonts/gbs-mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/fonts/gbs-mono.png -------------------------------------------------------------------------------- /assets/fonts/gbs-var.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GBS Variable Width", 3 | "mapping": {} 4 | } 5 | -------------------------------------------------------------------------------- /assets/fonts/gbs-var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/fonts/gbs-var.png -------------------------------------------------------------------------------- /assets/music/Rulz_BattleTheme.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_BattleTheme.mod -------------------------------------------------------------------------------- /assets/music/Rulz_BattleTheme.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_BattleTheme.uge -------------------------------------------------------------------------------- /assets/music/Rulz_FastPaceSpeedRace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_FastPaceSpeedRace.mod -------------------------------------------------------------------------------- /assets/music/Rulz_FastPaceSpeedRace.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_FastPaceSpeedRace.uge -------------------------------------------------------------------------------- /assets/music/Rulz_GonaSpace.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_GonaSpace.mod -------------------------------------------------------------------------------- /assets/music/Rulz_GonaSpace.uge: -------------------------------------------------------------------------------- 1 |  2 | Duty 12.5% Duty 25% 3 | Duty 50%Duty 75%Duty 12.5% plinkDuty 25% plinkDuty 50% plinkDuty 75% plinkSquare wave 12.5%Square wave 25%Square wave 50%Square wave 75% Sawtooth wave Triangle wave Sine waveToothyTriangle ToothyPointy Strange 4 |     5 |  6 |  7 | 8 |  9 |  10 |  11 |     12 |  13 |   14 | 15 |  16 |  17 |   18 | 19 |  20 |     21 |  22 |  23 |          24 | 25 |     26 |         27 |       Z 28 | Z 29 | Z 30 | Z 31 | ZZ 32 | Z 33 | Z 34 | Z 35 | Z 36 | Z 37 | Z 38 | ZZ 39 | Z 40 | ZZZZZZZZZZZZZZZZZ ZZZZZZ ZZZZZZZZ ZZZZZZ ZZZZZZZZ ZZZZZZ ZZZZZZZZ ZZZZZZ ZZZZZZZZ@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@@Z@Z@Z@Z ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ  Z! Z" Z# Z$ Z% Z& Z' Z( Z) Z* Z+ Z, Z- Z. Z/ Z0 Z1 Z2 ZZ 41 | Z 42 | Z 43 | Z 44 | ZZ 45 | Z 46 | Z 47 | Z 48 | Z 49 | Z 50 | Z 51 | ZZ 52 | Z 53 | Z 54 | Z 55 | Z 56 | Z 57 | Z 58 | ZZ 59 | Z 60 | Z 61 | Z 62 | Z 63 | Z 64 | Z 65 | ZZ 66 | Z 67 | Z 68 | $Z$Z$$Z$ZZ$Z$$$Z$Z$Z$$Z$ZZ$Z$Z$Z$Z$Z$$Z$ZZ$Z$$$Z$Z$Z$$Z$ZZ$Z$Z$Z5432543054325430543254305432543054325430543254305432543054325430Z 69 | Z 70 | Z 71 | Z 72 | ZZ 73 | Z 74 | Z 75 | Z 76 | Z 77 | Z 78 | Z 79 | ZZ 80 | Z 81 | Z 82 | Z 83 |  ZZZZZZZZZZZZZZ 84 | Z 85 | Z 86 | Z 87 | ZZ 88 | Z 89 | Z 90 | @Z@Z@Z@@Z@@Z@@Z@Z@Z@@Z@@Z@ZZ@Z@@Z@@Z@@Z@@Z@@Z@Z ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ# # # # # # # # 2 2 2 2 2 2 2 2 ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ -------------------------------------------------------------------------------- /assets/music/Rulz_Into the woods.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_Into the woods.mod -------------------------------------------------------------------------------- /assets/music/Rulz_Into the woods.uge: -------------------------------------------------------------------------------- 1 |  2 | Duty 12.5% 3 | Duty 25% Duty 50%Duty 75%Duty 12.5% plinkDuty 25% plinkDuty 50% plinkDuty 75% plinkSquare wave 12.5%Square wave 25%Square wave 50%Square wave 75% Sawtooth wave Triangle wave Sine waveToothyTriangle ToothyPointy Strange 4 |     5 |  6 |  7 | 8 |  9 |  10 |  11 |     12 |  13 |   14 | 15 |  16 |  17 |   18 | 19 |  20 |   21 | 22 | 23 |        24 |                  25 |        26 |   27 | ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZZZZZZZZZZZZZZZZZZZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZZZZZZZZZZZZZZZZZ  Z  ZZZZZZZZZ  Z  ZZZZZZZZZ  Z  ZZZZZZZZZ  Z  ZZZZZZZZZ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ ZZ ZZ ZZ ZZ ZZ ZZZZZZZ ZZ    ZZ ZZ ZZ ZZZZZZZZZZZZZZZZZZZZ ZZ ZZ ZZ ZZ ZZ ZZZZZ ZZ ZZ ZZ ZZ ZZ! ZZ ZZZZZZZZZZZZZZZZZZZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ -------------------------------------------------------------------------------- /assets/music/Rulz_Intro.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_Intro.mod -------------------------------------------------------------------------------- /assets/music/Rulz_Intro.uge: -------------------------------------------------------------------------------- 1 |  2 | Duty 12.5% Duty 25%Duty 50%Duty 75%Duty 12.5% plinkDuty 25% plinkDuty 50% plinkDuty 75% plinkSquare wave 12.5%Square wave 25%Square wave 50%Square wave 75% Sawtooth wave Triangle wave Sine waveToothyTriangle ToothyPointy Strange 3 |     4 |  5 |  6 | 7 |  8 |  9 |  10 |     11 |  12 |   13 | 14 |  15 |  16 |   17 | 18 |  19 |    20 |        21 |  22 | 23 |      24 |   25 |     26 | 27 |    28 |    29 |       30 | 31 |  32 | ZZZZ)+,Z1Z,Z&()Z.Z&Z$()Z7Z+Z7 Z+ Z7 Z+ Z7 Z+ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ)+,Z1Z,Z&()Z.Z&Z$()Z+Z7Z+ Z7 Z+ Z7 Z+ Z7 ZZZZZZZZZZZZZZZZZZZZZZZZZZZZ    Z     Z  Z  Z  Z Z Z ZZ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ1 1 1 1 1 Z%Z1 $Z 1 Z1 "Z1 1 1 1 1 1 ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ -------------------------------------------------------------------------------- /assets/music/Rulz_LightMood.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_LightMood.mod -------------------------------------------------------------------------------- /assets/music/Rulz_LightMood.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_LightMood.uge -------------------------------------------------------------------------------- /assets/music/Rulz_Outside.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_Outside.mod -------------------------------------------------------------------------------- /assets/music/Rulz_Outside.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_Outside.uge -------------------------------------------------------------------------------- /assets/music/Rulz_Pause_Underground.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_Pause_Underground.mod -------------------------------------------------------------------------------- /assets/music/Rulz_Pause_Underground.uge: -------------------------------------------------------------------------------- 1 |  2 | Duty 12.5% 3 | Duty 25% Duty 50%Duty 75%Duty 12.5% plinkDuty 25% plinkDuty 50% plinkDuty 75% plinkSquare wave 12.5%Square wave 25%Square wave 50%Square wave 75% Sawtooth wave Triangle wave Sine waveToothyTriangle ToothyPointy Strange 4 |      5 |  6 |  7 | 8 |  9 |  10 |  11 |     12 |  13 |   14 | 15 |  16 |  17 |   18 | 19 |  20 |   21 |     22 |    23 |   24 |   25 |   26 |  27 |  28 |   29 |      30 |    31 |   32 | 33 |       Z Z ZZZ Z ZZZZ ZZ Z Z ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZIZ9Z9ZZZZZZZZZZZZ`IZ9Z9ZIZ9Z9ZZZZZZZZZIZ9Z9ZZZZZZZZZZZZ`IZ9Z9ZIZ9Z9ZZZZZZZZZZZZZZZZ ZZZZZZZ ZZZZZ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ$ZZZ3ZZZ,ZZZ3ZZ$$ZZZ3ZZZ,ZZZ3ZZ$$ZZZ3ZZZ,ZZZ3ZZ$$ZZZ3ZZZ,ZZZ3ZZ$ZZZZZZZ ZZZZZZZ ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ ZZ ZZ ZZ ZZ Z!ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZIZ9Z9ZZZZZZZZZZZZ`IZ9Z9ZIZ9Z9Z Z Z Z ZIZ9Z9ZZZZZZZZZZZZ`IZ9Z9ZIZ9Z9ZZZZZZZZZZ ZZ ZZ ZZ ZZ Z!ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ -------------------------------------------------------------------------------- /assets/music/Rulz_SpaceEmergency.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_SpaceEmergency.mod -------------------------------------------------------------------------------- /assets/music/Rulz_SpaceEmergency.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_SpaceEmergency.uge -------------------------------------------------------------------------------- /assets/music/Rulz_UndergroundCave.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_UndergroundCave.mod -------------------------------------------------------------------------------- /assets/music/Rulz_UndergroundCave.uge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/Rulz_UndergroundCave.uge -------------------------------------------------------------------------------- /assets/music/template.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/music/template.mod -------------------------------------------------------------------------------- /assets/sprites/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/arrow.png -------------------------------------------------------------------------------- /assets/sprites/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/bullet.png -------------------------------------------------------------------------------- /assets/sprites/bullet_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/bullet_left.png -------------------------------------------------------------------------------- /assets/sprites/bullet_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/bullet_right.png -------------------------------------------------------------------------------- /assets/sprites/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/cat.png -------------------------------------------------------------------------------- /assets/sprites/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/checkbox.png -------------------------------------------------------------------------------- /assets/sprites/chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/chest.png -------------------------------------------------------------------------------- /assets/sprites/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/cursor.png -------------------------------------------------------------------------------- /assets/sprites/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/dog.png -------------------------------------------------------------------------------- /assets/sprites/duck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/duck.png -------------------------------------------------------------------------------- /assets/sprites/elephant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/elephant.png -------------------------------------------------------------------------------- /assets/sprites/enemy_ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/enemy_ship.png -------------------------------------------------------------------------------- /assets/sprites/explode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/explode.png -------------------------------------------------------------------------------- /assets/sprites/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/fire.png -------------------------------------------------------------------------------- /assets/sprites/hidden_stairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/hidden_stairs.png -------------------------------------------------------------------------------- /assets/sprites/ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/ice.png -------------------------------------------------------------------------------- /assets/sprites/machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/machine.png -------------------------------------------------------------------------------- /assets/sprites/npc001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc001.png -------------------------------------------------------------------------------- /assets/sprites/npc002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc002.png -------------------------------------------------------------------------------- /assets/sprites/npc003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc003.png -------------------------------------------------------------------------------- /assets/sprites/npc004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc004.png -------------------------------------------------------------------------------- /assets/sprites/npc005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc005.png -------------------------------------------------------------------------------- /assets/sprites/npc006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc006.png -------------------------------------------------------------------------------- /assets/sprites/npc007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc007.png -------------------------------------------------------------------------------- /assets/sprites/npc_gardener.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/npc_gardener.png -------------------------------------------------------------------------------- /assets/sprites/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/player.png -------------------------------------------------------------------------------- /assets/sprites/player_platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/player_platform.png -------------------------------------------------------------------------------- /assets/sprites/player_ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/player_ship.png -------------------------------------------------------------------------------- /assets/sprites/pod_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/pod_door.png -------------------------------------------------------------------------------- /assets/sprites/portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/portal.png -------------------------------------------------------------------------------- /assets/sprites/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/radio.png -------------------------------------------------------------------------------- /assets/sprites/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/rock.png -------------------------------------------------------------------------------- /assets/sprites/sage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/sage.png -------------------------------------------------------------------------------- /assets/sprites/savepoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/savepoint.png -------------------------------------------------------------------------------- /assets/sprites/signpost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/signpost.png -------------------------------------------------------------------------------- /assets/sprites/space_mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/space_mine.png -------------------------------------------------------------------------------- /assets/sprites/torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/torch.png -------------------------------------------------------------------------------- /assets/sprites/turnip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/turnip.png -------------------------------------------------------------------------------- /assets/sprites/ui_weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/sprites/ui_weapon.png -------------------------------------------------------------------------------- /assets/ui/ascii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/ui/ascii.png -------------------------------------------------------------------------------- /assets/ui/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/ui/cursor.png -------------------------------------------------------------------------------- /assets/ui/emotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/ui/emotes.png -------------------------------------------------------------------------------- /assets/ui/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/assets/ui/frame.png -------------------------------------------------------------------------------- /help/BackgroundSprites-2.4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/BackgroundSprites-2.4.gif -------------------------------------------------------------------------------- /help/lesson-2-1-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-1-0.gif -------------------------------------------------------------------------------- /help/lesson-2-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-1-0.png -------------------------------------------------------------------------------- /help/lesson-2-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-2-0.png -------------------------------------------------------------------------------- /help/lesson-2-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-2-1.png -------------------------------------------------------------------------------- /help/lesson-2-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-2-2.png -------------------------------------------------------------------------------- /help/lesson-2-2-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-2-3.gif -------------------------------------------------------------------------------- /help/lesson-2-3-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-1.gif -------------------------------------------------------------------------------- /help/lesson-2-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-1.png -------------------------------------------------------------------------------- /help/lesson-2-3-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-2.gif -------------------------------------------------------------------------------- /help/lesson-2-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-2.png -------------------------------------------------------------------------------- /help/lesson-2-3-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-4.png -------------------------------------------------------------------------------- /help/lesson-2-3-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-5.gif -------------------------------------------------------------------------------- /help/lesson-2-3-scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-scene.png -------------------------------------------------------------------------------- /help/lesson-2-3-spaceship-background-animation-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-3-spaceship-background-animation-state.png -------------------------------------------------------------------------------- /help/lesson-2-4-frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phinioxGlade/gbstudio-background-sprites-tutorial/78da63eb7554b0f163ebe931bde3ba46bf292bc4/help/lesson-2-4-frames.png --------------------------------------------------------------------------------