From c9c5b5d7c2a238310ce7bde336f76d2d1b6f9f29 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Sat, 15 Jan 2022 16:29:02 +0100 Subject: moved shapes to loading area & fixed asset paths --- world.tscn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'world.tscn') diff --git a/world.tscn b/world.tscn index 8b67b0d..fc3a557 100644 --- a/world.tscn +++ b/world.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=20 format=2] +[gd_scene load_steps=21 format=2] [ext_resource path="res://scripts/movement.gd" type="Script" id=1] [ext_resource path="res://scripts/enemies.gd" type="Script" id=2] -[ext_resource path="res://assets/addons/voxel-core/classes/voxel_set.gd" type="Script" id=3] -[ext_resource path="res://assets/addons/voxel-core/classes/voxel_mesh.gd" type="Script" id=4] +[ext_resource path="res://addons/voxel-core/classes/voxel_set.gd" type="Script" id=3] +[ext_resource path="res://addons/voxel-core/classes/voxel_mesh.gd" type="Script" id=4] [ext_resource path="res://assets/models/pointer.obj" type="ArrayMesh" id=5] [ext_resource path="res://scenes/gui.tscn" type="PackedScene" id=6] [ext_resource path="res://scripts/path.gd" type="Script" id=7] @@ -13,6 +13,7 @@ [ext_resource path="res://scripts/saveload.gd" type="Script" id=11] [ext_resource path="res://scripts/resources.gd" type="Script" id=12] [ext_resource path="res://scripts/placer.gd" type="Script" id=13] +[ext_resource path="res://scripts/load_shapes.gd" type="Script" id=14] [sub_resource type="SphereShape" id=1] @@ -74,6 +75,9 @@ script = ExtResource( 10 ) [node name="saveload_map" type="Node" parent="saveload"] script = ExtResource( 8 ) +[node name="load_shapes" type="Node" parent="saveload"] +script = ExtResource( 14 ) + [node name="player" type="KinematicBody" parent="."] script = ExtResource( 1 ) -- cgit v1.2.3-54-g00ecf