Skip to content

Commit

Permalink
fix(brackeys13): adjusting title and earth scene.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Feb 23, 2025
1 parent 328975d commit e799313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apps/gamejam/brackeys/13/scenes/earth.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[gd_scene format=3 uid="uid://beh1le5ow114t"]

[node name="Earth" type="Node2D"]

[node name="Earth" type="Sprite2D" parent="."]
1 change: 0 additions & 1 deletion apps/gamejam/brackeys/13/scripts/shop.gd
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,3 @@ func _on_button_pressed_exit(): # Hides the shop on exit
self.hide()
get_tree().paused = false
pass

0 comments on commit e799313

Please sign in to comment.