first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
25
scenes/game/game.tscn
Normal file
25
scenes/game/game.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://y6lc82qrb1e2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ylobnrrhfy5j" path="res://scenes/game/game.gd" id="1_sul5r"]
|
||||
[ext_resource type="PackedScene" uid="uid://rch2yvsj0pdn" path="res://scenes/room/room.tscn" id="2_7h61r"]
|
||||
[ext_resource type="PackedScene" uid="uid://ct45lmxlrkhaj" path="res://scenes/camera/camera.tscn" id="4_kelw5"]
|
||||
|
||||
[node name="Game" type="Node3D"]
|
||||
script = ExtResource("1_sul5r")
|
||||
|
||||
[node name="Room" parent="." instance=ExtResource("2_7h61r")]
|
||||
|
||||
[node name="CharactersContainer" type="Node3D" parent="."]
|
||||
|
||||
[node name="light" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="light"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.52843, 0)
|
||||
omni_range = 10.5
|
||||
|
||||
[node name="cameraRottion" type="Node3D" parent="."]
|
||||
|
||||
[node name="Camera3D" parent="cameraRottion" instance=ExtResource("4_kelw5")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.51089, 1.46703)
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="cameraRottion/Camera3D"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue