initial commit

This commit is contained in:
wooshings
2026-09-04 14:50:01 -07:00
parent 7522d4fe7a
commit 624a6c1c73
14 changed files with 227 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[gd_scene format=3 uid="uid://dc3nef7mu87lf"]
[ext_resource type="Script" uid="uid://cyhw5qm44uykq" path="res://backend/scripts/game.gd" id="1_r8aos"]
[node name="Game" type="Node" unique_id=1724068054]
script = ExtResource("1_r8aos")
metadata/_custom_type_script = "uid://cyhw5qm44uykq"
+5
View File
@@ -0,0 +1,5 @@
extends Node
class_name Game
func _process(_delta: float) -> void:
pass
+1
View File
@@ -0,0 +1 @@
uid://cyhw5qm44uykq