This commit is contained in:
ProgramSnail 2023-08-09 23:12:19 +03:00
commit 5408d75267
2834 changed files with 377523 additions and 0 deletions

21
scenes/worker.tscn Normal file
View file

@ -0,0 +1,21 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://characters/character_barbarianHead.obj" type="ArrayMesh" id=1]
[ext_resource path="res://characters/character_rogueArmLeft.obj" type="ArrayMesh" id=2]
[ext_resource path="res://characters/character_rogueArmRight.obj" type="ArrayMesh" id=3]
[ext_resource path="res://characters/character_rogueBody.obj" type="ArrayMesh" id=4]
[node name="Worker" type="Spatial"]
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 1, 0 )
[node name="character_barbarianHead" type="MeshInstance" parent="."]
mesh = ExtResource( 1 )
[node name="character_rogueArmLeft" type="MeshInstance" parent="."]
mesh = ExtResource( 2 )
[node name="character_rogueArmRight" type="MeshInstance" parent="."]
mesh = ExtResource( 3 )
[node name="character_rogueBody" type="MeshInstance" parent="."]
mesh = ExtResource( 4 )