diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 19:38:35 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 19:42:01 -0400 |
commit | 32bf9d2024362d45dc351c8f1d0b3b301caf1131 (patch) | |
tree | fb6540bce94cb55c6123ecfe1327abeabea2925f /World.tscn | |
parent | ffc92ed12c6e680776d355ff9fcef70e5e28d7c8 (diff) | |
download | godot_wildjam_49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.tar.gz godot_wildjam_49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.zip |
Organize World Gen Stuff
Diffstat (limited to '')
-rw-r--r-- | world/World.tscn (renamed from World.tscn) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/World.tscn b/world/World.tscn index 37056c5..81b2201 100644 --- a/World.tscn +++ b/world/World.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=2] -[ext_resource path="res://World.gd" type="Script" id=1] -[ext_resource path="res://Chunk.tscn" type="PackedScene" id=3] +[ext_resource path="res://world/World.gd" type="Script" id=1] +[ext_resource path="res://world/chunk/Chunk.tscn" type="PackedScene" id=3] [sub_resource type="SphereShape" id=24] radius = 500.0 |