This commit is contained in:
Exobyt 2024-09-08 19:03:59 +02:00
parent 594688f82b
commit c321b70bb0
11 changed files with 198 additions and 0 deletions

View file

@ -0,0 +1,11 @@
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
print()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass

View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dgxw2n4ei2ahe"]
[ext_resource type="Script" path="res://scenes/game/mainGame/main_game.gd" id="1_napbe"]
[node name="mainGame" type="Node2D"]
script = ExtResource("1_napbe")

3
scenes/main/main.tscn Normal file
View file

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://bwsbkfnkncfhp"]
[node name="Main" type="Node"]