diff --git a/apps/gamejam/brackeys/13/scenes/earth.tscn b/apps/gamejam/brackeys/13/scenes/earth.tscn new file mode 100644 index 000000000..383a47f3d --- /dev/null +++ b/apps/gamejam/brackeys/13/scenes/earth.tscn @@ -0,0 +1,5 @@ +[gd_scene format=3 uid="uid://beh1le5ow114t"] + +[node name="Earth" type="Node2D"] + +[node name="Earth" type="Sprite2D" parent="."] diff --git a/apps/gamejam/brackeys/13/scripts/shop.gd b/apps/gamejam/brackeys/13/scripts/shop.gd index 0ebe25faa..5f65a1030 100644 --- a/apps/gamejam/brackeys/13/scripts/shop.gd +++ b/apps/gamejam/brackeys/13/scripts/shop.gd @@ -197,4 +197,3 @@ func _on_button_pressed_exit(): # Hides the shop on exit self.hide() get_tree().paused = false pass - diff --git a/apps/kbve/kbve.com/src/content/journal/02-22.mdx b/apps/kbve/kbve.com/src/content/journal/02-22.mdx index 414e224eb..ef0bfe43d 100644 --- a/apps/kbve/kbve.com/src/content/journal/02-22.mdx +++ b/apps/kbve/kbve.com/src/content/journal/02-22.mdx @@ -32,6 +32,11 @@ tags: The asteroid explosion felt a bit too slow, so we will double it. As for the short exhaust, we can go ahead and quad truple it. +- 09:19PM + + We are running the clock down for this submission! + Got about less than 9 hours until submission is closed, hopefully we can get some of the core gameplay loop out of the way. + ## 2024