mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-01 11:18:16 +00:00
21 lines
859 B
Text
21 lines
859 B
Text
[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 )
|