From bf59b1ecd23ed14daa530af14533ae92803a68d5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 13:13:33 +0100 Subject: [PATCH] Godot decided to shuffle resource ids around? --- island/CropTile.tscn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/island/CropTile.tscn b/island/CropTile.tscn index 729767b..d503936 100644 --- a/island/CropTile.tscn +++ b/island/CropTile.tscn @@ -6,10 +6,10 @@ [ext_resource type="AudioStream" uid="uid://lkftwgdun745" path="res://assets/pop.wav" id="3_gur2a"] [ext_resource type="Script" path="res://island/Pop.gd" id="4_5e7wk"] -[sub_resource type="BoxShape3D" id="BoxShape3D_xsd7y"] +[sub_resource type="BoxShape3D" id="BoxShape3D_65i68"] size = Vector3(1, 0.1, 1) -[sub_resource type="ArrayMesh" id="ArrayMesh_gwmmn"] +[sub_resource type="ArrayMesh" id="ArrayMesh_8e1gk"] _surfaces = [{ "aabb": AABB(-0.5, 0, -0.5, 1.00001, 1.00001, 1), "attribute_data": PackedByteArray(143, 194, 117, 63, 183, 109, 91, 63, 31, 133, 107, 63, 219, 182, 109, 63, 31, 133, 107, 63, 183, 109, 91, 63, 143, 194, 117, 63, 219, 182, 109, 63, 143, 194, 117, 63, 183, 109, 91, 63, 31, 133, 107, 63, 183, 109, 91, 63, 31, 133, 107, 63, 219, 182, 109, 63, 143, 194, 117, 63, 219, 182, 109, 63, 143, 194, 117, 63, 183, 109, 91, 63, 31, 133, 107, 63, 183, 109, 91, 63, 31, 133, 107, 63, 219, 182, 109, 63, 143, 194, 117, 63, 219, 182, 109, 63, 143, 194, 117, 63, 183, 109, 91, 63, 31, 133, 107, 63, 183, 109, 91, 63, 31, 133, 107, 63, 219, 182, 109, 63, 143, 194, 117, 63, 219, 182, 109, 63), @@ -35,11 +35,11 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0.5) [node name="PlantableArea" type="CollisionShape3D" parent="Plant"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0) -shape = SubResource("BoxShape3D_xsd7y") +shape = SubResource("BoxShape3D_65i68") [node name="Sprout" type="MeshInstance3D" parent="Plant"] transform = Transform3D(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -mesh = SubResource("ArrayMesh_gwmmn") +mesh = SubResource("ArrayMesh_8e1gk") skeleton = NodePath("../../..") [node name="GrowthTimer" type="Timer" parent="."]