chore: bootstrap Godot 4 project skeleton
This commit is contained in:
19
scenes/main.tscn
Normal file
19
scenes/main.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b7v4hq80m6g3m"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/main.gd" id="1_qq1"]
|
||||
|
||||
[node name="Main" type="Node3D"]
|
||||
script = ExtResource("1_qq1")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6, 10)
|
||||
rotation_degrees = Vector3(-25, 0, 0)
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.819152, 0.573576, 0, -0.573576, 0.819152, 0, 4, 0)
|
||||
|
||||
[node name="Road" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_road")
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_road"]
|
||||
size = Vector2(8, 30)
|
||||
Reference in New Issue
Block a user