Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
6b46270
Sync block coding plugin commit d16f29
starnight Oct 9, 2024
010cecd
Add particles effect to ship
dsd Oct 9, 2024
1df3ebc
Adjust asset obstacle width
manuq Oct 9, 2024
6618cc1
Import sounds music to Godot project
wjt Oct 9, 2024
d1779b1
Merge sounds
wjt Oct 9, 2024
00975a2
game-06: Make ship move
starnight Oct 9, 2024
26df389
game-06: Add the ship's collision shape
starnight Oct 9, 2024
0e8c64c
Reimplement obstacle as RigidBody2D with collision shape
dsd Oct 9, 2024
fe5bad0
Loop background sound
wjt Oct 9, 2024
704e857
Add BackgroundMusic node
wjt Oct 9, 2024
757c656
Add AudioStreamPlayers for sound effects
wjt Oct 9, 2024
ade3b02
Pitch up the “pew” sound 2×
wjt Oct 9, 2024
c370e16
Map gamepad button A to player_1_a
wjt Oct 9, 2024
7a5b784
Play “Pew” sound when space/A is pressed
wjt Oct 9, 2024
6ad5d83
Update ship asset
manuq Oct 9, 2024
25342bb
Add ship asset to main scene
manuq Oct 9, 2024
ba99a6c
Make obstacles move and collide
dsd Oct 9, 2024
981b815
Add subheadings to credits
wjt Oct 9, 2024
7830c23
Add scrolling space background
wjt Oct 9, 2024
757f30f
Background: tile a bit
cassidyjames Oct 9, 2024
8f9a4bc
Add deadzone and delete obstacles
dsd Oct 9, 2024
9f30e99
Adjust background scrolling
wjt Oct 9, 2024
abcd76c
Remove AudioStreamPlayer2D nodes
wjt Oct 9, 2024
99c612b
Remove old ship asset
wjt Oct 9, 2024
e7caa93
Background: smaller, faster!
cassidyjames Oct 9, 2024
960e3ef
Split ship to separate scene
wjt Oct 9, 2024
88f3b8b
Update ship collision shape
manuq Oct 9, 2024
a735dde
Ship: tweak particles more
cassidyjames Oct 9, 2024
bc827f2
Add walls for the left and right sides
dylanmccall Oct 9, 2024
a80ff9f
Add lasers particle emitter
dylanmccall Oct 9, 2024
55132e5
Add particle emitter properties in block-code plugin
dylanmccall Oct 9, 2024
d522216
Add ship wobble, allow firing lasers repeatedly
dylanmccall Oct 9, 2024
ca141b2
Move coin and obstacle to separate scenes
dbnicholson Oct 9, 2024
e85c9c8
Restore collision mask on obstacle
cassidyjames Oct 10, 2024
230f5c5
Merge pull request #12 from endlessm/more-scenes
cassidyjames Oct 10, 2024
c8701e8
Update coin asset
manuq Oct 10, 2024
f90df3c
game-06: Add HUD scene
starnight Oct 10, 2024
72b9155
Don't commit back up files, m-kay?
dbnicholson Oct 10, 2024
56f437e
Sync block coding plugin to 0fb7054
dbnicholson Oct 10, 2024
eec9782
game-06: Add score information to HUD scene
starnight Oct 10, 2024
a0996e6
Update assets a bit more
manuq Oct 10, 2024
7041c94
Update obstacle asset
manuq Oct 10, 2024
4e7aa44
game-06: Increase score when collect a coin
starnight Oct 10, 2024
e028b74
Sync block coding plugin to d8d10ee
dylanmccall Oct 10, 2024
12f455c
laser_particle: Free when one-off particle emitter finishes
dylanmccall Oct 10, 2024
a5481d5
Add taken animation to coin
manuq Oct 10, 2024
89afacd
add SimpleSpawner node w/ block code
dbnicholson Oct 10, 2024
90d2d75
Start handling collisions kinda sorta
dbnicholson Oct 10, 2024
6263bbd
Coin: play taken animation
manuq Oct 10, 2024
e50a639
Sync block coding plugin to 093f3628
starnight Oct 10, 2024
30bde3a
Add game over overlay; move HUD to a CanvasLayer
dylanmccall Oct 10, 2024
c72309c
Obstacle: Iterate on the graphic asset
manuq Oct 10, 2024
511d4db
Hide GameOverPanel by default
dylanmccall Oct 10, 2024
a5af653
Fix collision handling
dbnicholson Oct 10, 2024
cbec29d
Allow animations to complete then continue
manuq Oct 10, 2024
34935c2
Implement crashing
wjt Oct 10, 2024
c129ddc
Remove unused CollisionShape blockcode node
dsd Oct 10, 2024
69cb384
In hud.tscn, change font and change coins to gems
dylanmccall Oct 10, 2024
4dcc55a
Play a ding when collecting a coin/gem
wjt Oct 10, 2024
8520ec3
Hide the game over screen again
dylanmccall Oct 10, 2024
73d9861
Add engine sound
wjt Oct 10, 2024
4088d7d
Improve debug string
wjt Oct 10, 2024
aaebee4
Sync block code plugin to be30e33
dylanmccall Oct 10, 2024
8db753b
Update plugin to v0.7.1-27-g2dc28d5
wjt Oct 10, 2024
0bd4ddb
Improve ship asset
manuq Oct 10, 2024
3ede4ed
Set spaceship game to main scene
dsd Oct 10, 2024
739b945
Move laser gun to a separate scene from ship.tscn
dylanmccall Oct 10, 2024
2036a28
Animate crash then remove ship
wjt Oct 10, 2024
fe7e6f5
Use new delete other node block
wjt Oct 10, 2024
2c3111a
Move firing lasers to laser_gun.tscn
dylanmccall Oct 10, 2024
4c1e494
Stop music when game ends
wjt Oct 11, 2024
abff529
Soften ship particles
manuq Oct 11, 2024
7cd06e3
Merge branch 'godotcon' of https://github.com/endlessm/godot-block-co…
manuq Oct 11, 2024
44fa1c2
Maximize game window by default
wjt Oct 11, 2024
eb2b295
Update plugin to v0.7.1-31-g1a0cd11
wjt Oct 11, 2024
23317e3
Replace Deadzone with a separate delete_zone scene
dylanmccall Oct 12, 2024
4729ce2
Hack fix for misaligned obstacles
dylanmccall Oct 12, 2024
6b6996d
Remove game-01
wjt Oct 18, 2024
6072d95
Merge pull request #14 from endlessm/push-wxurtkrlnnvq
manuq Oct 18, 2024
b3e25d7
Port split-screen to current plugin version
wjt Oct 23, 2024
1e2cfd4
Merge pull request #17 from endlessm/T35698-update-split-screen-to-0.7
dbnicholson Oct 23, 2024
aed22d0
Update Space Ship top-down demo
manuq Oct 22, 2024
14c6f1b
Merge pull request #18 from endlessm/update-spaceship
dylanmccall Oct 25, 2024
6032ca6
Platformer: Update against the new Block Coding plugin
starnight Sep 13, 2024
2516b78
Platformer: Use AnimationPlayer to play walk & jump up
starnight Sep 18, 2024
d832d30
Platformer: Implement shake float platform animation
starnight Oct 23, 2024
a0c9ac2
Platformer: Implement hit animation
starnight Oct 23, 2024
b8bb232
Platformer: Drop AnimatedSprite2D from player scene
starnight Oct 23, 2024
5f86e36
Platformer: Fix RESET animation on floating platform
wjt Oct 24, 2024
397e50f
Platformer: Remove unused AnimationPlayer from stationary platform
wjt Oct 24, 2024
ffa3670
Platformer: Remove unused Area2D from stationary platform
starnight Oct 25, 2024
4971476
Platformer: If the player does not move, then no need further check
starnight Oct 25, 2024
9458b7c
Merge pull request #15 from endlessm/sync-block-coding
starnight Oct 25, 2024
dfb07cb
Port Pachinko to current plugin version
wjt Oct 23, 2024
fd88775
Merge pull request #16 from endlessm/T35697-update-pachinko-to-0.7
wjt Oct 25, 2024
0f6fb85
Back out "Set spaceship game to main scene"
wjt Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add engine sound
  • Loading branch information
wjt committed Oct 10, 2024
commit 73d986141b07bc8c7244107f259ff295b6f2857f
Binary file added game-06/Sounds/Engine.ogg
Binary file not shown.
19 changes: 19 additions & 0 deletions game-06/Sounds/Engine.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[remap]

importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://b0i0qngq4bqm4"
path="res://.godot/imported/Engine.ogg-06f41f0b0b71d18057175cc8af9ecdea.oggvorbisstr"

[deps]

source_file="res://game-06/Sounds/Engine.ogg"
dest_files=["res://.godot/imported/Engine.ogg-06f41f0b0b71d18057175cc8af9ecdea.oggvorbisstr"]

[params]

loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4