Initial project configurations

This commit is contained in:
2024-10-21 22:21:59 +08:00
parent 2a59d867d0
commit f30c4005d4
17 changed files with 651 additions and 1 deletions

3
res/readme.md Normal file
View File

@@ -0,0 +1,3 @@
# Resource files
Put models, textures, and all other resources here.

6
res/scene/test.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://tht1tf5iq6lw"]
[ext_resource type="Script" path="res://src/Hello.cs" id="1_ex5yf"]
[node name="Node3D" type="Node3D"]
script = ExtResource("1_ex5yf")