mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-10 13:37:10 +00:00
init
This commit is contained in:
commit
5408d75267
2834 changed files with 377523 additions and 0 deletions
25
scenes/barbarian.tscn
Normal file
25
scenes/barbarian.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://characters/character_barbarianArmLeft.obj" type="ArrayMesh" id=1]
|
||||
[ext_resource path="res://characters/character_barbarianArmRight.obj" type="ArrayMesh" id=2]
|
||||
[ext_resource path="res://characters/character_barbarianHead.obj" type="ArrayMesh" id=3]
|
||||
[ext_resource path="res://characters/character_barbarianBody.obj" type="ArrayMesh" id=4]
|
||||
[ext_resource path="res://characters/character_barbarianHat.obj" type="ArrayMesh" id=5]
|
||||
|
||||
[node name="Barbarian" type="Spatial"]
|
||||
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
|
||||
|
||||
[node name="character_barbarianArmLeft" type="MeshInstance" parent="."]
|
||||
mesh = ExtResource( 1 )
|
||||
|
||||
[node name="character_barbarianArmRight" type="MeshInstance" parent="."]
|
||||
mesh = ExtResource( 2 )
|
||||
|
||||
[node name="character_barbarianBody" type="MeshInstance" parent="."]
|
||||
mesh = ExtResource( 4 )
|
||||
|
||||
[node name="character_barbarianHat" type="MeshInstance" parent="."]
|
||||
mesh = ExtResource( 5 )
|
||||
|
||||
[node name="character_barbarianHead" type="MeshInstance" parent="."]
|
||||
mesh = ExtResource( 3 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue