Rename demo folder to project for generalizing the template usecase

Renames all references to the demo folder and changes it to "project"
This commit is contained in:
Patrick Exner
2026-01-09 21:24:57 +01:00
parent e59f81e7e4
commit f7b7820a8e
14 changed files with 22 additions and 22 deletions

6
project/example.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dh0oj81pufivs"]
[ext_resource type="Script" path="res://example.gd" id="1_jdh55"]
[node name="Node" type="Node"]
script = ExtResource("1_jdh55")