init
This commit is contained in:
25
scene/main.tscn
Normal file
25
scene/main.tscn
Normal file
@@ -0,0 +1,25 @@
|
||||
[gd_scene format=3 uid="uid://2bx5m43kuw00"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cymwfwx7ncy1g" path="res://scene/char.tscn" id="1_itxqv"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_no8bm"]
|
||||
size = Vector3(15, 1, 15)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_itxqv"]
|
||||
size = Vector3(10, 1.005, 10.04)
|
||||
|
||||
[node name="Main" type="Node" unique_id=125764040]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=1132143718]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=2029854396]
|
||||
shape = SubResource("BoxShape3D_no8bm")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D" unique_id=372621333]
|
||||
mesh = SubResource("BoxMesh_itxqv")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1088028715]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.61341715, 0.78975904, 0, -0.78975904, 0.61341715, -0.1050868, 3.0984688, -0.25241804)
|
||||
|
||||
[node name="Char" parent="." unique_id=1222318117 instance=ExtResource("1_itxqv")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5639855, 0)
|
||||
Reference in New Issue
Block a user