diff --git a/assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb b/assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb index 278d9ca..b5b291e 100644 Binary files a/assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb and b/assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb differ diff --git a/assets/CreatusPiratePack/Modified/Pirate1_Rigged.blend b/assets/CreatusPiratePack/Modified/Pirate1_Rigged.blend new file mode 100644 index 0000000..21c6c99 Binary files /dev/null and b/assets/CreatusPiratePack/Modified/Pirate1_Rigged.blend differ diff --git a/assets/Objects/toolAxe.tscn b/assets/Objects/toolAxe.tscn new file mode 100644 index 0000000..ded2b34 --- /dev/null +++ b/assets/Objects/toolAxe.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/KenneySurvivalKit/Models/toolAxe.glb" type="PackedScene" id=1] + +[node name="toolAxe" instance=ExtResource( 1 )] + +[node name="toolAxe" parent="." index="0"] +transform = Transform( 3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0 ) diff --git a/scenes/Game.tscn b/scenes/Game.tscn index 6bb659c..26a952c 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=19 format=2] +[gd_scene load_steps=20 format=2] [ext_resource path="res://scenes/StreamContainer.cs" type="Script" id=1] [ext_resource path="res://components/NavigationComponent.cs" type="Script" id=2] @@ -12,6 +12,7 @@ [ext_resource path="res://scenes/DebugCamera.gd" type="Script" id=10] [ext_resource path="res://assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb" type="PackedScene" id=11] [ext_resource path="res://ui/WorldGeneratorUI.gd" type="Script" id=12] +[ext_resource path="res://assets/Objects/toolAxe.tscn" type="PackedScene" id=13] [sub_resource type="CubeMesh" id=1] size = Vector3( 1, 1, 1 ) @@ -323,6 +324,9 @@ transform = Transform( 0.550568, 0, -0.83479, 0, 1, 0, 0.83479, 0, 0.550568, 4.8 [node name="Chest2" parent="Entities" instance=ExtResource( 7 )] transform = Transform( 0.793576, 0, -0.608471, 0, 1, 0, 0.608471, 0, 0.793576, 2.79265, 0, -5.36551 ) +[node name="toolAxe" parent="Entities" instance=ExtResource( 13 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.81635, 0, 0 ) + [connection signal="value_changed" from="Generator Container/WorldGeneratorContainer/HBoxContainer/WorldSizeSlider" to="Generator Container/WorldGeneratorContainer" method="_on_HSlider_value_changed"] [editable path="Entities/Chest"]