-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new powerups, multiplayer mode, crongpedia, and a few other things
- Loading branch information
1 parent
863f0fc
commit cbdc171
Showing
221 changed files
with
3,377 additions
and
239 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.godot/editor/LevelSpawner.gd-folding-362a1238bb7d5ba23de8b26b75c2d927.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
CollisionShape2D | ||
RichTextLabel | ||
HBoxContainer | ||
Sprite2D | ||
Node2D | ||
Node | ||
CollisionShape2D | ||
StaticBody2D | ||
TileMap | ||
Label | ||
Area2D | ||
GPUParticles2D | ||
Control | ||
Node2D | ||
ColorPickerButton | ||
HBoxContainer | ||
Button | ||
AudioStreamPlayer | ||
VBoxContainer | ||
ColorRect | ||
Panel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...t-64fd04df1215804b3a9a94736aa478d8-pedia.scn-folding-6131406d00098b564012491d960df261.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
3 changes: 3 additions & 0 deletions
3
...ea9a602b2f05a010d3821ba125-single_square.scn-folding-9bfcdcb58f3b1a8ec85c02543cddeb7b.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
3 changes: 3 additions & 0 deletions
3
...t-937bb87e89aa6b0c94a355b2c3f2477d-orbit.scn-folding-93a1f92be0d1756146aeac47690bc86b.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
3 changes: 3 additions & 0 deletions
3
...cfc95eca907a293ff3328aee802c4225-nothing.scn-folding-553fcebb2dd8413db2a9d6d937425d3f.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
3 changes: 3 additions & 0 deletions
3
...fda59b7e28795f8257c8ef-narrow_passageway.scn-folding-26028e3098f719d4c0fb62142cf6e602.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[folding] | ||
|
||
sections_unfolded=PackedStringArray() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
res://main.tscn | ||
res://crt.gdshader | ||
res://crt.tres | ||
res://ui.tres | ||
res://blur.gdshader | ||
res://menu.tscn | ||
res://settings.tscn | ||
res://settings.gd | ||
res://powerup.tscn | ||
res://level_layouts/single_square.tscn | ||
res://level_layouts/orbit.tscn | ||
res://level_layouts/narrow_passageway.tscn | ||
res://autoload.gd | ||
res://in_game_ui.gd | ||
res://Ball.gd | ||
res://powerup.tscn | ||
res://in_game_ui.gd | ||
res://PowerupSpawner.gd | ||
res://menu.gd | ||
res://Player Paddle.gd | ||
res://EnemyPaddle.gd | ||
res://controls_displayer.gd | ||
res://pedia.tscn | ||
res://pedia.gd | ||
res://auto_version_text.gd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.