From 52dd5221b072171b362794b342e8886a53c4983f Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Wed, 21 Jun 2023 22:08:29 -0400 Subject: [PATCH] redoing abyss --- graphics/collectibles/shard_collected.png | Bin 197 -> 0 bytes graphics/enemy/fish.png | Bin 0 -> 228 bytes .../fish.png.import} | 6 +- maps/abyss.tscn | 64 +-- maps/abyss_scholar.tscn | 365 ++++++++++++++++++ maps/test_room.tscn | 6 +- objects/enemy/fish.tscn | 84 ++++ objects/environment/bubble/bubble.gd | 2 +- objects/environment/bubble/bubble.tscn | 2 + 9 files changed, 494 insertions(+), 35 deletions(-) delete mode 100644 graphics/collectibles/shard_collected.png create mode 100644 graphics/enemy/fish.png rename graphics/{collectibles/shard_collected.png.import => enemy/fish.png.import} (68%) create mode 100644 maps/abyss_scholar.tscn create mode 100644 objects/enemy/fish.tscn diff --git a/graphics/collectibles/shard_collected.png b/graphics/collectibles/shard_collected.png deleted file mode 100644 index fec4a86a4e08814385521d20bcf5b21d61aa7446..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s3?%0jwTl2L#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6-$0X`wFOO`CTc=6)@|Nnskv#-q30I4ep@(TuuIB2c>0_1ZRctjR6Fz_7& zVa6R3v)=**jXYf(LnOjudmQ-~6nG9f{QIA-c@LkKUM$$ diff --git a/graphics/enemy/fish.png b/graphics/enemy/fish.png new file mode 100644 index 0000000000000000000000000000000000000000..bec399cff38122a5944e66da3b51d40619911eee GIT binary patch literal 228 zcmVeHD$dq_IifRpEPKf*OG z$@2;3Wp8~DU_kmqbepQSON|p=A;285J`|$}HvF_*f%7>%U6FJ0Uwv->o^h+)!j@>W e@5j;Fv^ieg?}%{p*;2g#0000 0.0: sprite.position.x = sin(lifetime * 4.0) * 4.0 position.y -= speed * delta - + func pop(): sprite.frame_coords.y = 1 speed = 0.0 diff --git a/objects/environment/bubble/bubble.tscn b/objects/environment/bubble/bubble.tscn index d07fba5..015d32b 100644 --- a/objects/environment/bubble/bubble.tscn +++ b/objects/environment/bubble/bubble.tscn @@ -18,6 +18,8 @@ vframes = 2 shape = SubResource( 1 ) [node name="ActivationTimer" type="Timer" parent="."] +wait_time = 0.2 +one_shot = true autostart = true __meta__ = { "_editor_description_": "timer until the bubble can be broken by objects other than the player"