squash_the_creeps/main.tscn

35 lines
1.2 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://cqpqhbv5hwdam"]
[ext_resource type="PackedScene" uid="uid://dqhqb07wga3ke" path="res://player.tscn" id="1_5snl6"]
[sub_resource type="BoxShape3D" id="BoxShape3D_wvqwb"]
size = Vector3(60, 2, 60)
[sub_resource type="BoxMesh" id="BoxMesh_jqyvb"]
size = Vector3(60, 2, 60)
[node name="Main" type="Node"]
[node name="Ground" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground"]
shape = SubResource("BoxShape3D_wvqwb")
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground"]
mesh = SubResource("BoxMesh_jqyvb")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 15.9261, 0)
shadow_enabled = true
[node name="Player" parent="." instance=ExtResource("1_5snl6")]
[node name="CameraPivot" type="Marker3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0, 0)
[node name="Camera3D" type="Camera3D" parent="CameraPivot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 19)
projection = 1
size = 19.0