make world abstract

This commit is contained in:
2024-08-19 16:19:45 +02:00
parent 5335176d76
commit ce2c4574af
14 changed files with 180 additions and 65 deletions

View File

@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://bqv0m8kbr300b"]
[ext_resource type="PackedScene" path="res://Scenes/Levels/world.tscn" id="1_ajsqk"]
[node name="World" type="ClientWorld"]
[node name="WorldContent" parent="." instance=ExtResource("1_ajsqk")]