substantial work on saving and loading and hub mechanic

This commit is contained in:
Derek
2025-02-22 17:09:47 -06:00
parent 777063ddeb
commit 3ee1f261d1
31 changed files with 584 additions and 212 deletions

19
assets/level_sign.tscn Normal file
View File

@@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=3 uid="uid://eujx0yilqqcp"]
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="1_uwkow"]
[ext_resource type="Script" path="res://scripts/level_sign.gd" id="1_vvlkm"]
[node name="Level Sign" type="Node3D"]
script = ExtResource("1_vvlkm")
[node name="Level Name" type="Label3D" parent="."]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0.142793, 0.875884, 0)
text = "Test"
font = ExtResource("1_uwkow")
font_size = 100
[node name="Gamemode" type="Label3D" parent="."]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0.142793, 0.200374, 0)
text = "Test"
font = ExtResource("1_uwkow")
font_size = 100