mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-04 12:48:32 +00:00
init
This commit is contained in:
commit
5408d75267
2834 changed files with 377523 additions and 0 deletions
21
scenes/worker.tscn
Normal file
21
scenes/worker.tscn
Normal 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 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue