diff options
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 ) |