cute-domino-game/main.tscn

66 lines
2.5 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://i2gm7xhh3074"]
[ext_resource type="Script" path="res://OrbitingCamera.gd" id="1_1qrpa"]
[ext_resource type="Texture2D" uid="uid://flcpuu588jgj" path="res://dev_192_gr_064x.jpg" id="2_kx7d0"]
[ext_resource type="Script" path="res://DominoPlacer.gd" id="3_c1o8g"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4hp7m"]
sky_top_color = Color(0.64, 0.79, 1, 1)
sky_horizon_color = Color(0.6804, 0.77544, 0.81, 1)
ground_bottom_color = Color(0.27, 0.2565, 0.27, 1)
[sub_resource type="Sky" id="Sky_wsgs3"]
sky_material = SubResource( "ProceduralSkyMaterial_4hp7m" )
[sub_resource type="Environment" id="Environment_2wash"]
background_mode = 2
sky = SubResource( "Sky_wsgs3" )
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_glyqs"]
[sub_resource type="ORMMaterial3D" id="ORMMaterial3D_3wfud"]
albedo_texture = ExtResource( "2_kx7d0" )
uv1_scale = Vector3(400, 400, 1)
texture_filter = 5
[sub_resource type="PlaneMesh" id="PlaneMesh_3xg8w"]
material = SubResource( "ORMMaterial3D_3wfud" )
[sub_resource type="BoxShape3D" id="BoxShape3D_curec"]
[node name="Main" type="Node3D"]
[node name="OrbitingCamera" type="Node3D" parent="."]
script = ExtResource( "1_1qrpa" )
[node name="Camera" type="Camera3D" parent="OrbitingCamera"]
[node name="FocalPoint" type="Node3D" parent="OrbitingCamera"]
transform = Transform3D(1, 0, 0, 0, 0.985488, -0.169745, 0, 0.169745, 0.985488, 0, 1, 0)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( "Environment_2wash" )
[node name="Sun" type="DirectionalLight3D" parent="WorldEnvironment"]
transform = Transform3D(0.341298, 0.867189, -0.362628, 0, 0.385793, 0.922585, 0.939955, -0.314877, 0.131671, 0, 9.76009, 0)
light_color = Color(1, 0.901, 0.78, 1)
shadow_enabled = true
[node name="Floor" type="Node3D" parent="."]
[node name="StaticBody3D" type="StaticBody3D" parent="Floor"]
physics_material_override = SubResource( "PhysicsMaterial_glyqs" )
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor/StaticBody3D"]
transform = Transform3D(200, 0, 0, 0, 1, 0, 0, 0, 200, -0.00279409, 0, 0.000888824)
mesh = SubResource( "PlaneMesh_3xg8w" )
skeleton = NodePath("../..")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor/StaticBody3D"]
transform = Transform3D(200, 0, 0, 0, 1, 0, 0, 0, 200, 0, -0.5, 0)
shape = SubResource( "BoxShape3D_curec" )
[node name="DominoPlacer" type="Node3D" parent="."]
script = ExtResource( "3_c1o8g" )
camera_path = NodePath("../OrbitingCamera/Camera")