Compare commits
37 Commits
Author | SHA1 | Date | |
---|---|---|---|
cfd6b3e827 | |||
d3d1972550 | |||
7fd91a42bc | |||
|
cf86b38dc5 | ||
4ce465effb | |||
9a3c5458b6 | |||
bab3cb36d6 | |||
61bba2b17a | |||
41e9c5a685 | |||
021a99fcd5 | |||
433908f225 | |||
ffd1361dd8 | |||
853b1d01eb | |||
6da977a4da | |||
00a4a54bea | |||
|
2e7c81f51d | ||
6ce7d1ef92 | |||
800de8be5c | |||
0ada95d2da | |||
255eb17958 | |||
631be01a8b | |||
e76e3b73b9 | |||
f612d17301 | |||
ae4fe3a7bc | |||
54d97ba580 | |||
30aaea64c6 | |||
533f41fedf | |||
29dcc1630c | |||
46e6815abc | |||
d0e6d0d204 | |||
871981a7d5 | |||
a2869c720f | |||
efc5806d0a | |||
8b1f73b3be | |||
728fbc6990 | |||
0ddfa9d866 | |||
45019768d5 |
6
BlackScreen.tscn
Normal file
@ -0,0 +1,6 @@
|
||||
[gd_scene format=2]
|
||||
|
||||
[node name="BlackScreen" type="Polygon2D"]
|
||||
modulate = Color( 1, 1, 1, 0.905882 )
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
polygon = PoolVector2Array( 0, 0, 192, 0, 192, 108, 0, 108 )
|
23
README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Ely and the Crab
|
||||
|
||||
A game by [kwarel](https://kwarel.itch.io/) and [ashpie](https://ashpie.com) (was Arisu).
|
||||
|
||||
It was made during the itch.io weekly game jam 162 (theme: Crabs).
|
||||
|
||||
[itch.io page](https://kwarel.itch.io/ely-and-the-crab)
|
||||
|
||||
## Licenses
|
||||
|
||||
- All 2D images are made by [kwarel](https://kwarel.itch.io/) © 2020 and are licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
||||
- The following sound assets are made by [ashpie](https://ashpie.com) © 2020 and are licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/):
|
||||
- Main title music (sounds/main_title.ogg)
|
||||
- Dialog letter by letter sound effets (sounds/gibberish.wav, sounds/gibberish2.wav)
|
||||
- Herbert sound effects and theme music (sounds/herbert*.ogg)
|
||||
- All dialogs are made by [kwarel](https://kwarel.itch.io/) and [ashpie](https://ashpie.com) © 2020 and are licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
||||
- All code (including scripts), godot scenes and godot project files are licensed under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
- Fonts used in this project are public domains (we did not make any of those)
|
||||
- We also use [two songs by Chris Zabriskie](https://www.chriszabriskie.com/dtv/) and a sound effect that we picked on splice for the campfire
|
||||
|
||||
## Play the game
|
||||
|
||||
[itch.io page](https://kwarel.itch.io/ely-and-the-crab)
|
13
dialogues/End_1.json
Normal file
@ -0,0 +1,13 @@
|
||||
[
|
||||
{"name": "Herbert", "text": "Et voilà! After some pitfalls and a long walk, here I am."},
|
||||
{"name": "Herbert", "text": "I saw your big warm thing so I decided to stop by."},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "This coast is really nice, is it yours?"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "Hey-oh, hooman, 're you okay?"},
|
||||
{"name": "Ely", "text": "W-wait... Did you just say it was a recent oil tanker sinking?", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "Hum... Yeah! It must have sank about a few days ago..."},
|
||||
{"name": "Ely", "text": "...", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "Are you okay?"},
|
||||
{"name": "Ely", "text": "So... Yeah... Here's the thing:"}
|
||||
]
|
29
dialogues/End_Lie.json
Normal file
@ -0,0 +1,29 @@
|
||||
[
|
||||
{"name": "Ely", "text": "I am a part of a non-profit organization.", "expression": "smile"},
|
||||
{"name": "Herbert", "text": "A what?"},
|
||||
{"name": "Ely", "text": "A bunch of people doing things more or less selflessly.", "expression": "smile"},
|
||||
{"name": "Herbert", "text": "Oh, that's nice!"},
|
||||
{"name": "Ely", "text": "We scan the ocean to find the garbage left by other hu-... uh... other [wave amp=20 freq=2]hoomans[/wave].", "expression": "smile"},
|
||||
{"name": "Herbert", "text": "How neat!"},
|
||||
{"name": "Ely", "text": "We're mostly pals enjoying scuba diving together and collecting small funds for bigger organizations."},
|
||||
{"name": "Ely", "text": "And... you see, the oil tanker you found..."},
|
||||
{"name": "Ely", "text": "We were supposed to go through it and gather pieces of information for later dismantlement."},
|
||||
{"name": "Ely", "text": "But... as you can tell, it didn't go well.", "expression": "gasp"},
|
||||
{"name": "Ely", "text": "The sea was angry, thunderous even...", "expression": "gasp"},
|
||||
{"name": "Ely", "text": "And we lost our ship.", "expression": "gasp"},
|
||||
{"name": "Ely", "text": "I don't even know were my friends are...", "expression": "sad"},
|
||||
{"name": "Ely", "text": "...", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Ely", "text": "Crap...", "expression": "listening"},
|
||||
{"name": "Ely", "text": "... I don't know why I'm telling you all of that, it's not even what really happened...", "expression": "listening"},
|
||||
{"name": "Ely", "text": "..."},
|
||||
{"name": "Ely", "text": "I-I don't want you to know the truth...", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "That was a beautiful tale."},
|
||||
{"name": "Herbert", "text": "In a sense, it brings me hope to know you're aware that oil tankers are bad."},
|
||||
{"name": "Herbert", "text": "Lie or not, your story tells me something about hoomans and about you."},
|
||||
{"name": "Herbert", "text": "Something good..."},
|
||||
{"name": "Herbert", "animation": "fadeout", "timer": 4, "auto": true},
|
||||
{"timer": 2, "auto": true, "expression": "black"},
|
||||
{"name": "Herbert", "text": "Thank you.", "expression": "black"}
|
||||
]
|
70
dialogues/End_Truth.json
Normal file
@ -0,0 +1,70 @@
|
||||
[
|
||||
{"name": "Ely", "text": "... You see, the oil tanker?", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "Yes."},
|
||||
{"name": "Ely", "text": "I worked there.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "I was the deck officer.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "We were on our way back home after 72 days at sea.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "The captain decided it was a good idea to take a shortcut.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "They... didn't follow the planned route.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "We hit something... and we sank.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I lost consciousness and woke up here, alone.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "To be clear, I wasn't responsible for that accident.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "I was just trying to do my job and pay my rent...", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Ely", "text": "Gosh! Your damn cute face didn't make it easy.", "expression": "gasp"},
|
||||
{"name": "Herbert", "text": "Sorry, I only have one animation, the artist is lazy..."},
|
||||
{"name": "Herbert", "text": "So... is that it?"},
|
||||
{"name": "Ely", "text": "Yeah! Pretty much.", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "Why did you tell me the truth?"},
|
||||
{"name": "Ely", "text": "wha-", "timer": 0.4, "auto": true, "expression": "listening"},
|
||||
{"name": "Herbert", "text": "I thought we were telling tales."},
|
||||
{"name": "Ely", "text": "Y-yeah. True.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I don't know. I find it really hard to lie.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "Furthermore, I think it's better to tell the truth.", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "Is it really?"},
|
||||
{"name": "Ely", "text": "What do you mean?", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "What does it change? Is the world a better place now?"},
|
||||
{"name": "Herbert", "text": "What does it accomplish?"},
|
||||
{"name": "Ely", "text": "I mean... Now you know it was hum-... hum... hoomans' fault.", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "I already knew that. And besides, what could I [wave amp=20 freq=2]do[/wave] with this knowledge?"},
|
||||
{"name": "Ely", "text": "...", "expression": "sad"},
|
||||
{"name": "Ely", "text": "Nothing...", "expression": "sad"},
|
||||
{"name": "Ely", "text": "You're just...", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "A cute talking crab?"},
|
||||
{"name": "Ely", "text": "Yeah... A cute talking crab."},
|
||||
{"name": "Ely", "text": "...", "expression": "listening"},
|
||||
{"name": "Ely", "text": "I'm sorry.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I'm so sorry...", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "You said you were just trying to do your job and pay your rent."},
|
||||
{"name": "Ely", "text": "Yes true.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "But I'm still responsible.", "expression": "listening"},
|
||||
{"name": "Ely", "text": "I-I shouldn't have picked this job. I know it's bad for the environment.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "And participating in this system... ain't a pleasure at all.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "Uh. Crap.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I'm so sorry.", "expression": "sad"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "You had no choice but to pick this job."},
|
||||
{"name": "Ely", "text": "... I suppose...", "expression": "listening"},
|
||||
{"name": "Ely", "text": "Yes... That was the only way to pay my bills.", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "..."},
|
||||
{"name": "Herbert", "text": "To be honest... It's okay."},
|
||||
{"name": "Herbert", "text": "You are in a system that requires you to take that job."},
|
||||
|
||||
{"name": "Herbert", "text": "If I needed someone or something to blame it could be you."},
|
||||
{"name": "Herbert", "text": "But it feels like the system you're talking about is what's to blame."},
|
||||
{"name": "Herbert", "text": "What forced you to take the job really is eviler than you."},
|
||||
{"name": "Ely", "text": "[code]Actually it's \"more evil than\".[/code]", "expression": "smile"},
|
||||
{"name": "Herbert", "text": "Welp imma take that back."},
|
||||
{"name": "Ely", "text": "Haha", "expression": "smile"},
|
||||
{"name": "Herbert", "text": "I'll say one last thing."},
|
||||
{"name": "Ely", "text": "...", "expression": "listening"},
|
||||
{"name": "Herbert", "text": "Maybe some of us won't blame the system."},
|
||||
{"name": "Herbert", "text": "Maybe some of us will blame you."},
|
||||
{"name": "Herbert", "text": "And I cannot do anything about that."},
|
||||
{"name": "Ely", "text": "...", "expression": "listening"},
|
||||
{"name": "Ely", "text": "Fair.", "expression": "listening"},
|
||||
{"animation": "fadeout", "timer": 2, "auto": true}
|
||||
]
|
4
dialogues/game1.json
Normal file
@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name": "", "text": "There was some sort of weird goo floating around.", "upside_down": true},
|
||||
{"name": "", "text": "So I decided to look for the source.", "upside_down": true}
|
||||
]
|
@ -1,43 +1,44 @@
|
||||
[
|
||||
{"timer": 2, "auto": true},
|
||||
{"animation": "fadein", "timer": 2, "auto": true},
|
||||
|
||||
{"name": "Ely", "text": "What a shame..."},
|
||||
{"name": "Ely", "text": "I don't like being alone."},
|
||||
{"name": "Ely", "text": "I just want to go home!"},
|
||||
{"name": "Ely", "text": "Hopefully someone will come by and rescue me..."},
|
||||
{"name": "Ely", "text": "What a shame...", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I don't like being alone.", "expression": "sad"},
|
||||
{"name": "Ely", "text": "I just want to go home!", "expression": "sad"},
|
||||
{"name": "Ely", "text": "Hopefully someone will come by and rescue me...", "expression": "sad"},
|
||||
|
||||
{"timer": 2, "auto": true},
|
||||
|
||||
{"name": "Crab", "expression": "eyes", "wait": true, "audio": "herbert_eyes"},
|
||||
{"name": "Ely"},
|
||||
{"name": "Crab", "expression": "first_step", "wait": true, "audio": "herbert_first_step"},
|
||||
{"name": "Ely"},
|
||||
{"name": "Ely", "text": "... ?"},
|
||||
{"name": "Crab", "expression": "second_step", "wait": true, "audio": "herbert_second_step"},
|
||||
{"name": "Ely"},
|
||||
{"name": "Ely", "text": "Huh ?"},
|
||||
{"name": "Crab", "expression": "third_step", "wait": true, "auto": true},
|
||||
|
||||
{"name": "Crab", "text": "Hey you!", "audio": "herbert_is_happy"},
|
||||
{"name": "Ely", "text": "... Huh?"},
|
||||
{"name": "Crab", "text": "You ok buddy?"},
|
||||
{"name": "Ely", "text": "I must be going crazy."},
|
||||
{"name": "Ely", "text": "I must be going crazy.", "expression": "gasp"},
|
||||
{"name": "Crab", "text": "You don't look [i]that[/i] crazy to me."},
|
||||
{"name": "Ely", "text": "You're a crab."},
|
||||
{"name": "Crab", "text": "Yes."},
|
||||
{"name": "Ely", "text": "You speak."},
|
||||
{"name": "Crab", "text": "Of course I do you muffinhead."},
|
||||
{"name": "Ely", "text": "Cuuuuute!", "expression": "blush"},
|
||||
{"name": "Ely", "text": "..."},
|
||||
{"name": "Ely", "text": "So you're a cute talking crab."},
|
||||
{"name": "Crab", "text": "", "expression": "blush"},
|
||||
{"name": "Ely", "text": "Cuuuuute!", "expression": "cute"},
|
||||
{"name": "Ely", "text": "...", "expression": "smile"},
|
||||
{"name": "Ely", "text": "So... You're a cute talking crab.", "expression": "smile"},
|
||||
{"name": "Crab", "text": "", "expression": "cute"},
|
||||
{"name": "Ely", "text": "Do you have a name? [code](by any chance...)[/code]"},
|
||||
{"name": "Crab", "text": "The name's Herbert."},
|
||||
{"name": "Herbert", "text": "I am a [wave amp=20 freq=2]Pachygrapsus Marmoratus[/wave] as you [i]hoomans[/i] like to call us."},
|
||||
{"name": "Ely", "text": "That's nice and all but... uh..."},
|
||||
{"name": "Ely", "text": "What brings you here Herbert?"},
|
||||
{"name": "Ely", "text": "Also, what made you the first crab to talk to me [i]ever[/i]?"},
|
||||
{"name": "Herbert", "text": "I'll tell you my tale, but then please tell me yours."},
|
||||
{"name": "Ely", "text": "Sure!"},
|
||||
{"name": "Crab", "text": "Everything was fine.", "audio": ""},
|
||||
{"name": "Crab", "text": "I was fine, my friends were fine..."},
|
||||
{"name": "Crab", "text": "Even my brother Gary was starting to overcome his depression."},
|
||||
{"name": "Crab", "text": "And then..."}
|
||||
{"name": "Herbert", "text": "Everything was fine.", "audio": ""},
|
||||
{"name": "Herbert", "text": "I was fine, my friends were fine..."},
|
||||
{"name": "Herbert", "text": "There was not a single bit that wasn't singing."},
|
||||
{"name": "Herbert", "text": "It went like [wave amp=10 freq=3]♪ Because I'm happyyyyyyy ♪[/wave]"},
|
||||
{"name": "Herbert", "text": "And then..."}
|
||||
]
|
||||
|
6
dialogues/oilTanker1.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{"animation": "fadein", "timer": 2, "auto": true},
|
||||
{"name": "", "text": "Finally I found the source.", "upside_down": true},
|
||||
{"name": "", "text": "It was a recently sunk oil tanker.", "upside_down": true},
|
||||
{"name": "", "text": "I had to investigate further.", "upside_down": true}
|
||||
]
|
3
dialogues/oilTanker2.json
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name": "", "text": "The closer I got, the more oil there was.", "upside_down": true}
|
||||
]
|
3
dialogues/oilTanker3.json
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name": "", "text": "The inside was full of oil, I was really close.", "upside_down": true}
|
||||
]
|
4
dialogues/oilTanker4.json
Normal file
@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name": "", "text": "And there it was, one of the tank was damaged.", "upside_down": true},
|
||||
{"name": "", "text": "I'm just a crab, I couldn't do anything about it.", "upside_down": true, "animation": "fadeout", "timer": 2}
|
||||
]
|
5
dialogues/oilTanker5.json
Normal file
@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "", "text": "Back at my home, there was goo everywhere.", "expression": "black"},
|
||||
{"animation": "fadein", "timer": 2, "auto": true},
|
||||
{"name": "", "text": "My friends and I were forced to move..."}
|
||||
]
|
9
fonts/dialog_default_font_bold.tres
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/EnterCommand-Bold.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 32
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
extra_spacing_bottom = -6
|
||||
font_data = ExtResource( 1 )
|
BIN
images/Controls/PressA.png
Normal file
After Width: | Height: | Size: 167 B |
34
images/Controls/PressA.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressA.png-e3ce1fae08387799463febc8df0536d3.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressA.png"
|
||||
dest_files=[ "res://.import/PressA.png-e3ce1fae08387799463febc8df0536d3.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressA.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressA.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Controls/PressDown.png
Normal file
After Width: | Height: | Size: 151 B |
34
images/Controls/PressDown.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressDown.png-9c2b9a422d3d26e94891c5335e81a424.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressDown.png"
|
||||
dest_files=[ "res://.import/PressDown.png-9c2b9a422d3d26e94891c5335e81a424.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressDown.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressDown.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Controls/PressLeft.png
Normal file
After Width: | Height: | Size: 154 B |
34
images/Controls/PressLeft.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressLeft.png-1c3be7a4ee3f4d68565bc7d29c008652.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressLeft.png"
|
||||
dest_files=[ "res://.import/PressLeft.png-1c3be7a4ee3f4d68565bc7d29c008652.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressLeft.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressLeft.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Controls/PressRight.png
Normal file
After Width: | Height: | Size: 150 B |
34
images/Controls/PressRight.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressRight.png-a70738db6c03faf099a382ca479b5ebe.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressRight.png"
|
||||
dest_files=[ "res://.import/PressRight.png-a70738db6c03faf099a382ca479b5ebe.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressRight.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressRight.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Controls/PressSpace.png
Normal file
After Width: | Height: | Size: 250 B |
34
images/Controls/PressSpace.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressSpace.png-55d06e3dfa858bd419c0781f227612aa.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressSpace.png"
|
||||
dest_files=[ "res://.import/PressSpace.png-55d06e3dfa858bd419c0781f227612aa.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressSpace.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressSpace.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 48, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 48, 0, 48, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Controls/PressUp.png
Normal file
After Width: | Height: | Size: 150 B |
34
images/Controls/PressUp.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/PressUp.png-8404c2624313d735f5b476b4b5d722ad.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/Controls/PressUp.png"
|
||||
dest_files=[ "res://.import/PressUp.png-8404c2624313d735f5b476b4b5d722ad.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
19
images/Controls/PressUp.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://images/Controls/PressUp.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
} ]
|
BIN
images/Credits.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
|
||||
path="res://.import/Credits.png-9bf7cc4eae6b4547731838f703ecca01.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://icon.png"
|
||||
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
|
||||
source_file="res://images/Credits.png"
|
||||
dest_files=[ "res://.import/Credits.png-9bf7cc4eae6b4547731838f703ecca01.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
@ -20,7 +20,7 @@ compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
BIN
images/campfire/Choice.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
34
images/campfire/Choice.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Choice.png-da9b62f2dfce1054bb0be0878760a98e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Choice.png"
|
||||
dest_files=[ "res://.import/Choice.png-da9b62f2dfce1054bb0be0878760a98e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Cuuute.png
Normal file
After Width: | Height: | Size: 34 KiB |
34
images/campfire/Ely_Sitting_Cuuute.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Cuuute.png-d41fcaa61488b659f1a42b80bb075211.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Cuuute.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Cuuute.png-d41fcaa61488b659f1a42b80bb075211.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Gasp.png
Normal file
After Width: | Height: | Size: 34 KiB |
34
images/campfire/Ely_Sitting_Gasp.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Gasp.png-3dfddadb63051bd94bd742c9d9aafe34.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Gasp.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Gasp.png-3dfddadb63051bd94bd742c9d9aafe34.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Listening.png
Normal file
After Width: | Height: | Size: 32 KiB |
34
images/campfire/Ely_Sitting_Listening.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Listening.png-41e4dc4d9e077c6d8eeb9a04ba71a403.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Listening.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Listening.png-41e4dc4d9e077c6d8eeb9a04ba71a403.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Sad.png
Normal file
After Width: | Height: | Size: 32 KiB |
34
images/campfire/Ely_Sitting_Sad.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Sad.png-a74ed28d4e3b0d4ba8298589d3093bdb.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Sad.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Sad.png-a74ed28d4e3b0d4ba8298589d3093bdb.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Smile.png
Normal file
After Width: | Height: | Size: 39 KiB |
34
images/campfire/Ely_Sitting_Smile.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Smile.png-8a4b326a2959d4c6d938ec8528b3c443.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Smile.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Smile.png-8a4b326a2959d4c6d938ec8528b3c443.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/campfire/Ely_Sitting_Still.png
Normal file
After Width: | Height: | Size: 37 KiB |
34
images/campfire/Ely_Sitting_Still.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Ely_Sitting_Still.png-86c965fc4d30d7d73f0e6a3b07f42e6e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/campfire/Ely_Sitting_Still.png"
|
||||
dest_files=[ "res://.import/Ely_Sitting_Still.png-86c965fc4d30d7d73f0e6a3b07f42e6e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
37
images/campfire/thechoice.tres
Normal file
@ -0,0 +1,37 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://images/campfire/Choice.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 0, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 2.0
|
||||
}, {
|
||||
"frames": [ SubResource( 3 ) ],
|
||||
"loop": true,
|
||||
"name": "truth",
|
||||
"speed": 2.0
|
||||
}, {
|
||||
"frames": [ SubResource( 5 ) ],
|
||||
"loop": true,
|
||||
"name": "lie",
|
||||
"speed": 2.0
|
||||
} ]
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 18 KiB |
95
images/game1/Herbert-01.tres
Normal file
@ -0,0 +1,95 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=23 format=2]
|
||||
|
||||
[ext_resource path="res://images/game1/Herbert-01.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=4]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=6]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=7]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=8]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=9]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=10]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=11]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=12]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=13]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=14]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=15]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=16]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=17]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=18]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=19]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=20]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=21]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 216, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ), SubResource( 21 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
} ]
|
BIN
images/game1/Herbert-01_mask.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
34
images/game1/Herbert-01_mask.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Herbert-01_mask.png-0350b46a5177ed2c8ad886792aa1ec05.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/game1/Herbert-01_mask.png"
|
||||
dest_files=[ "res://.import/Herbert-01_mask.png-0350b46a5177ed2c8ad886792aa1ec05.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=22 format=2]
|
||||
[gd_resource type="SpriteFrames" load_steps=23 format=2]
|
||||
|
||||
[ext_resource path="res://images/game1/Herbert-01.png" type="Texture" id=1]
|
||||
[ext_resource path="res://images/game1/Herbert-01_mask.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
flags = 4
|
||||
@ -102,9 +102,14 @@ flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=21]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 216, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ) ],
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ), SubResource( 21 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.5 KiB |
BIN
images/game1/ParralaxPoutre3.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
34
images/game1/ParralaxPoutre3.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/ParralaxPoutre3.png-b5d3bc235ed07e42bde584c21cebcf92.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/game1/ParralaxPoutre3.png"
|
||||
dest_files=[ "res://.import/ParralaxPoutre3.png-b5d3bc235ed07e42bde584c21cebcf92.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,4 +1,4 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=3 format=2]
|
||||
[gd_resource type="SpriteFrames" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://images/game1/Herbert-02.png" type="Texture" id=1]
|
||||
|
||||
@ -6,10 +6,18 @@
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ) ],
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
"speed": 4.0
|
||||
} ]
|
||||
|
@ -1,3 +1,11 @@
|
||||
[gd_resource type="AnimatedTexture" format=2]
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "BigGoo1"
|
||||
columns = 10
|
||||
rows = 11
|
||||
skip_x_last_frames = 9
|
||||
framerate = 5
|
||||
|
11
images/goo/BigGoo2.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "BigGoo2"
|
||||
columns = 8
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 5
|
@ -3,17 +3,22 @@ render_mode blend_mix;
|
||||
uniform int particles_anim_h_frames;
|
||||
uniform int particles_anim_v_frames;
|
||||
uniform bool particles_anim_loop;
|
||||
uniform int frame;
|
||||
void vertex() {
|
||||
float h_frames = float(particles_anim_h_frames);
|
||||
float v_frames = float(particles_anim_v_frames);
|
||||
VERTEX.xy /= vec2(h_frames, v_frames);
|
||||
float particle_total_frames = float(particles_anim_h_frames * particles_anim_v_frames);
|
||||
float particle_frame = floor(INSTANCE_CUSTOM.z * float(particle_total_frames));
|
||||
if (!particles_anim_loop) {
|
||||
particle_frame = clamp(particle_frame, 0.0, particle_total_frames - 1.0);
|
||||
} else {
|
||||
particle_frame = mod(particle_frame, particle_total_frames);
|
||||
} UV /= vec2(h_frames, v_frames);
|
||||
// float particle_frame = floor(INSTANCE_CUSTOM.z * float(particle_total_frames));
|
||||
|
||||
// if (!particles_anim_loop) {
|
||||
// particle_frame = clamp(particle_frame, 0.0, particle_total_frames - 1.0);
|
||||
// } else {
|
||||
// particle_frame = mod(particle_frame, particle_total_frames);
|
||||
// }
|
||||
float particle_frame = float(frame);
|
||||
|
||||
UV /= vec2(h_frames, v_frames);
|
||||
UV += vec2(mod(particle_frame, h_frames) / h_frames, floor(particle_frame / h_frames) / v_frames);
|
||||
}
|
||||
|
||||
|
11
images/goo/goo1.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo1"
|
||||
columns = 4
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 4
|
11
images/goo/goo2.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo2"
|
||||
columns = 4
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 4
|
11
images/goo/goo3.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo3"
|
||||
columns = 4
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 4
|
11
images/goo/goo4.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo4"
|
||||
columns = 1
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 1
|
11
images/goo/goo5.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo5"
|
||||
columns = 1
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 1
|
11
images/goo/goo6.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo6"
|
||||
columns = 1
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 1
|
11
images/goo/goo7.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo7"
|
||||
columns = 1
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 1
|
11
images/goo/goo8.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/GooParticle.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
name = "goo8"
|
||||
columns = 1
|
||||
rows = 1
|
||||
skip_x_last_frames = 0
|
||||
framerate = 1
|
BIN
images/icon.ico
Normal file
After Width: | Height: | Size: 894 B |
BIN
images/icon.png
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 164 B |
BIN
images/main_menu/titleWithoutEly_loop.png
Normal file
After Width: | Height: | Size: 25 KiB |
34
images/main_menu/titleWithoutEly_loop.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/titleWithoutEly_loop.png-f469ae5fa0d828aba3d98e72d8151f37.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/main_menu/titleWithoutEly_loop.png"
|
||||
dest_files=[ "res://.import/titleWithoutEly_loop.png-f469ae5fa0d828aba3d98e72d8151f37.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
251
images/main_menu/titleWithoutEly_loop.tres
Normal file
@ -0,0 +1,251 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=50 format=2]
|
||||
|
||||
[ext_resource path="res://images/main_menu/titleWithoutEly_loop.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=4]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=6]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=7]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=8]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=9]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=10]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=11]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=12]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=13]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=14]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=15]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=16]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=17]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=18]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=19]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=20]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=21]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=22]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=23]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=24]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=25]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=26]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=27]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=28]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=29]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=30]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=31]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=32]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=33]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=34]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=35]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=36]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=37]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=38]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=39]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=40]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=41]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=42]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=43]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=44]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=45]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=46]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=47]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=48]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 432, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ), SubResource( 21 ), SubResource( 22 ), SubResource( 23 ), SubResource( 24 ), SubResource( 25 ), SubResource( 26 ), SubResource( 27 ), SubResource( 28 ), SubResource( 29 ), SubResource( 30 ), SubResource( 31 ), SubResource( 32 ), SubResource( 33 ), SubResource( 34 ), SubResource( 35 ), SubResource( 36 ), SubResource( 37 ), SubResource( 38 ), SubResource( 39 ), SubResource( 40 ), SubResource( 41 ), SubResource( 42 ), SubResource( 43 ), SubResource( 44 ), SubResource( 45 ), SubResource( 46 ), SubResource( 47 ), SubResource( 48 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
} ]
|
BIN
images/oil_tanker/HerbertMustGo.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
34
images/oil_tanker/HerbertMustGo.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/HerbertMustGo.png-eb1b4766bd9a7596a2ea26b5fc498985.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/HerbertMustGo.png"
|
||||
dest_files=[ "res://.import/HerbertMustGo.png-eb1b4766bd9a7596a2ea26b5fc498985.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
31
images/oil_tanker/HerbertMustGo.tres
Normal file
@ -0,0 +1,31 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://images/oil_tanker/HerbertMustGo.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=4]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 0, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 3.0
|
||||
} ]
|
BIN
images/oil_tanker/OilTanker.png
Normal file
After Width: | Height: | Size: 112 KiB |
34
images/oil_tanker/OilTanker.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTanker.png-40d8acf1dce72f425fdaa13b6698451d.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTanker.png"
|
||||
dest_files=[ "res://.import/OilTanker.png-40d8acf1dce72f425fdaa13b6698451d.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
23
images/oil_tanker/OilTanker.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://images/oil_tanker/OilTankerBackground.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 3.0
|
||||
} ]
|
BIN
images/oil_tanker/OilTankerBackground.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
34
images/oil_tanker/OilTankerBackground.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerBackground.png-6f7dfea521eaad1c4c850d720d55bdc6.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerBackground.png"
|
||||
dest_files=[ "res://.import/OilTankerBackground.png-6f7dfea521eaad1c4c850d720d55bdc6.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/oil_tanker/OilTankerCrabnimation.png
Normal file
After Width: | Height: | Size: 25 KiB |
34
images/oil_tanker/OilTankerCrabnimation.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerCrabnimation.png-a8fb1640b80acbeddd5e801d3ccbc5fd.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerCrabnimation.png"
|
||||
dest_files=[ "res://.import/OilTankerCrabnimation.png-a8fb1640b80acbeddd5e801d3ccbc5fd.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
555
images/oil_tanker/OilTankerCrabnimation.tres
Normal file
@ -0,0 +1,555 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=138 format=2]
|
||||
|
||||
[ext_resource path="res://images/oil_tanker/OilTankerCrabnimation.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=4]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=5]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=6]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=7]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=8]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=9]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=10]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=11]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=12]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=13]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=14]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=15]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=16]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=17]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=18]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=19]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=20]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 108, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=21]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=22]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=23]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=24]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=25]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=26]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=27]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=28]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=29]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=30]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 216, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=31]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=32]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=33]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=34]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=35]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=36]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=37]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=38]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=39]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=40]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 324, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=41]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=42]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=43]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=44]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=45]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=46]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=47]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=48]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=49]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=50]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 432, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=51]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=52]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=53]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=54]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=55]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=56]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=57]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=58]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=59]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=60]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 540, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=61]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=62]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=63]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=64]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=65]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=66]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=67]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=68]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=69]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=70]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 648, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=71]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=72]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=73]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=74]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=75]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=76]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=77]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=78]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=79]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=80]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 756, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=81]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=82]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=83]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=84]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=85]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=86]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=87]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=88]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=89]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=90]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 864, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=91]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=92]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=93]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=94]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=95]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=96]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=97]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=98]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=99]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=100]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 972, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=101]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=102]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=103]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=104]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=105]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=106]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=107]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=108]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=109]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=110]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 1080, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=111]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=112]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=113]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=114]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=115]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=116]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=117]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=118]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=119]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=120]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 1188, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=121]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=122]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=123]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=124]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=125]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=126]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=127]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1152, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=128]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1344, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=129]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1536, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=130]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 1728, 1296, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=131]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 1404, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=132]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 1404, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=133]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 1404, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=134]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 576, 1404, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=135]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 768, 1404, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=136]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 960, 1404, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ), SubResource( 13 ), SubResource( 14 ), SubResource( 15 ), SubResource( 16 ), SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ), SubResource( 21 ), SubResource( 22 ), SubResource( 23 ), SubResource( 24 ), SubResource( 25 ), SubResource( 26 ), SubResource( 27 ), SubResource( 28 ), SubResource( 29 ), SubResource( 30 ), SubResource( 31 ), SubResource( 32 ), SubResource( 33 ), SubResource( 34 ), SubResource( 35 ), SubResource( 36 ), SubResource( 37 ), SubResource( 38 ), SubResource( 39 ), SubResource( 40 ), SubResource( 41 ), SubResource( 42 ), SubResource( 43 ), SubResource( 44 ), SubResource( 45 ), SubResource( 46 ), SubResource( 47 ), SubResource( 48 ), SubResource( 49 ), SubResource( 50 ), SubResource( 51 ), SubResource( 52 ), SubResource( 53 ), SubResource( 54 ), SubResource( 55 ), SubResource( 56 ), SubResource( 57 ), SubResource( 58 ), SubResource( 59 ), SubResource( 60 ), SubResource( 61 ), SubResource( 62 ), SubResource( 63 ), SubResource( 64 ), SubResource( 65 ), SubResource( 66 ), SubResource( 67 ), SubResource( 68 ), SubResource( 69 ), SubResource( 70 ), SubResource( 71 ), SubResource( 72 ), SubResource( 73 ), SubResource( 74 ), SubResource( 75 ), SubResource( 76 ), SubResource( 77 ), SubResource( 78 ), SubResource( 79 ), SubResource( 80 ), SubResource( 81 ), SubResource( 82 ), SubResource( 83 ), SubResource( 84 ), SubResource( 85 ), SubResource( 86 ), SubResource( 87 ), SubResource( 88 ), SubResource( 89 ), SubResource( 90 ), SubResource( 91 ), SubResource( 92 ), SubResource( 93 ), SubResource( 94 ), SubResource( 95 ), SubResource( 96 ), SubResource( 97 ), SubResource( 98 ), SubResource( 99 ), SubResource( 100 ), SubResource( 101 ), SubResource( 102 ), SubResource( 103 ), SubResource( 104 ), SubResource( 105 ), SubResource( 106 ), SubResource( 107 ), SubResource( 108 ), SubResource( 109 ), SubResource( 110 ), SubResource( 111 ), SubResource( 112 ), SubResource( 113 ), SubResource( 114 ), SubResource( 115 ), SubResource( 116 ), SubResource( 117 ), SubResource( 118 ), SubResource( 119 ), SubResource( 120 ), SubResource( 121 ), SubResource( 122 ), SubResource( 123 ), SubResource( 124 ), SubResource( 125 ), SubResource( 126 ), SubResource( 127 ), SubResource( 128 ), SubResource( 129 ), SubResource( 130 ), SubResource( 131 ), SubResource( 132 ), SubResource( 133 ), SubResource( 134 ), SubResource( 135 ), SubResource( 136 ) ],
|
||||
"loop": false,
|
||||
"name": "default",
|
||||
"speed": 5.0
|
||||
} ]
|
BIN
images/oil_tanker/OilTankerLeak_Background.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
34
images/oil_tanker/OilTankerLeak_Background.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerLeak_Background.png-0c9b66bebe152e43e2790bbf7fdbebf5.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerLeak_Background.png"
|
||||
dest_files=[ "res://.import/OilTankerLeak_Background.png-0c9b66bebe152e43e2790bbf7fdbebf5.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/oil_tanker/OilTankerLeak_Foreground.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
34
images/oil_tanker/OilTankerLeak_Foreground.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerLeak_Foreground.png-c096ce8f06fa538e579631fc6bf68519.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerLeak_Foreground.png"
|
||||
dest_files=[ "res://.import/OilTankerLeak_Foreground.png-c096ce8f06fa538e579631fc6bf68519.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/oil_tanker/OilTankerLeak_Midground.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
34
images/oil_tanker/OilTankerLeak_Midground.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerLeak_Midground.png-a590f651c67f3413524b83943044b1a9.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerLeak_Midground.png"
|
||||
dest_files=[ "res://.import/OilTankerLeak_Midground.png-a590f651c67f3413524b83943044b1a9.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/oil_tanker/OilTankerLeak_Midground_GooMask.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
34
images/oil_tanker/OilTankerLeak_Midground_GooMask.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/OilTankerLeak_Midground_GooMask.png-13544a8ea729d77b6d159695d7231fb5.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/OilTankerLeak_Midground_GooMask.png"
|
||||
dest_files=[ "res://.import/OilTankerLeak_Midground_GooMask.png-13544a8ea729d77b6d159695d7231fb5.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
BIN
images/oil_tanker/oilTankerInside_Background.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
34
images/oil_tanker/oilTankerInside_Background.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/oilTankerInside_Background.png-652872c7f6b5d721bb1a5cc989128b3e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/oilTankerInside_Background.png"
|
||||
dest_files=[ "res://.import/oilTankerInside_Background.png-652872c7f6b5d721bb1a5cc989128b3e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
23
images/oil_tanker/oilTankerInside_Background.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://images/oil_tanker/oilTankerInside_Background.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=2]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 192, 0, 192, 108 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=3]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 384, 0, 192, 108 )
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 5.0
|
||||
} ]
|
BIN
images/oil_tanker/oilTankerInside_Foreground.png
Normal file
After Width: | Height: | Size: 836 B |
34
images/oil_tanker/oilTankerInside_Foreground.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/oilTankerInside_Foreground.png-7f782923447f9a0b0289a7dd8d55d0bf.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://images/oil_tanker/oilTankerInside_Foreground.png"
|
||||
dest_files=[ "res://.import/oilTankerInside_Foreground.png-7f782923447f9a0b0289a7dd8d55d0bf.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
@ -9,6 +9,11 @@
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "CanvasItem",
|
||||
"class": "BlackScreen",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/BlackScreen.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "DialogueAction",
|
||||
"language": "GDScript",
|
||||
@ -24,6 +29,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/game1/Flatfish.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "GooParticle",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/GooParticle.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "IntroScript",
|
||||
"language": "GDScript",
|
||||
@ -35,9 +45,11 @@ _global_script_classes=[ {
|
||||
"path": "res://scripts/game1/LogEntity.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"BlackScreen": "",
|
||||
"DialogueAction": "",
|
||||
"DialogueBox": "",
|
||||
"Flatfish": "",
|
||||
"GooParticle": "",
|
||||
"IntroScript": "",
|
||||
"LogEntity": ""
|
||||
}
|
||||
@ -53,6 +65,7 @@ config/icon="res://images/icon.png"
|
||||
[autoload]
|
||||
|
||||
MusicPlayer="*res://scripts/MusicPlayer.gd"
|
||||
Globals="*res://scripts/Globals.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|