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/obstacles/Rock.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/obstacles/Rock.tscn (renamed from Rock.tscn) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Rock.tscn b/world/obstacles/Rock.tscn index f3c7316..3b50ff3 100644 --- a/Rock.tscn +++ b/world/obstacles/Rock.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=10 format=2] -[ext_resource path="res://Rock.gd" type="Script" id=1] -[ext_resource path="res://ChunkedMeshInstance.gd" type="Script" id=2] +[ext_resource path="res://world/obstacles/Rock.gd" type="Script" id=1] +[ext_resource path="res://world/chunk/helper/ChunkedMeshInstance.gd" type="Script" id=2] [sub_resource type="ConvexPolygonShape" id=2] points = PoolVector3Array( 2.5, -5, 2.5, 2.5, -5, -2.5, -2.5, -5, -2.5, -2.5, -5, 2.5, 0, 5, 2.5, 0, 5, -2.5 ) |