Added rules
This commit is contained in:
parent
b42b1ae39f
commit
0385858d4f
10 changed files with 423 additions and 85 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=27 format=3 uid="uid://bx0bbrwdr0h40"]
|
||||
[gd_scene load_steps=28 format=3 uid="uid://bx0bbrwdr0h40"]
|
||||
|
||||
[ext_resource type="Script" path="res://Game.gd" id="1_dgt1j"]
|
||||
[ext_resource type="Script" path="res://CameraPivot.gd" id="2_71xp1"]
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
[ext_resource type="Material" uid="uid://dv2oo7hlc5nyy" path="res://Testbed/Table.tres" id="5_u4p4p"]
|
||||
[ext_resource type="Script" path="res://WebLightChecker.gd" id="6_41m5i"]
|
||||
[ext_resource type="Script" path="res://UI/BuildMenu.gd" id="7_1oc55"]
|
||||
[ext_resource type="Script" path="res://WorldEnvSettings.gd" id="7_w8wx1"]
|
||||
[ext_resource type="Script" path="res://Table.gd" id="8_ys5y3"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2i5vboeyq8qx" path="res://UI/hex_white.svg" id="11_cl0he"]
|
||||
[ext_resource type="Script" path="res://GameOverMenu.gd" id="11_ffmss"]
|
||||
|
|
@ -94,6 +95,7 @@ script = ExtResource("8_ys5y3")
|
|||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_xoohw")
|
||||
camera_attributes = SubResource("CameraAttributesPractical_41x5h")
|
||||
script = ExtResource("7_w8wx1")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.843961, -0.46784, 0.262404, -0.0775016, 0.377705, 0.922677, -0.530777, -0.79904, 0.28251, 0.262159, 3.27869, -0.104568)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue