Add more dungman
This commit is contained in:
parent
46817025a6
commit
b437727461
BIN
assets/dungman/DungMan.glb
Normal file
BIN
assets/dungman/DungMan.glb
Normal file
Binary file not shown.
1065
assets/dungman/DungMan.glb.import
Normal file
1065
assets/dungman/DungMan.glb.import
Normal file
File diff suppressed because it is too large
Load Diff
5
assets/dungman/DungMan.tscn
Normal file
5
assets/dungman/DungMan.tscn
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[gd_scene load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/dungman/DungMan.glb" type="PackedScene" id=1]
|
||||||
|
|
||||||
|
[node name="DungMan" instance=ExtResource( 1 )]
|
BIN
assets/dungman/Dungee_MAT.material
Normal file
BIN
assets/dungman/Dungee_MAT.material
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=8 format=2]
|
[gd_scene load_steps=8 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scripts/Player.gd" type="Script" id=1]
|
[ext_resource path="res://scripts/Player.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://assets/protodungman/DungMan.glb" type="PackedScene" id=2]
|
[ext_resource path="res://assets/dungman/DungMan.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://assets/icons/stomach.png" type="Texture" id=3]
|
[ext_resource path="res://assets/icons/stomach.png" type="Texture" id=3]
|
||||||
|
|
||||||
[sub_resource type="BoxShape" id=3]
|
[sub_resource type="BoxShape" id=3]
|
||||||
@ -41,7 +41,7 @@ transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.64
|
|||||||
shape = SubResource( 2 )
|
shape = SubResource( 2 )
|
||||||
|
|
||||||
[node name="Camera" type="Camera" parent="."]
|
[node name="Camera" type="Camera" parent="."]
|
||||||
transform = Transform( 1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 5.44166, 3.39746 )
|
transform = Transform( 1, 0, 0, 0, 0.707106, 0.707106, 0, -0.707106, 0.707106, 0, 4.5, 3.5 )
|
||||||
fov = 50.0
|
fov = 50.0
|
||||||
|
|
||||||
[node name="UI" type="CanvasLayer" parent="."]
|
[node name="UI" type="CanvasLayer" parent="."]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user