This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/Game.tscn

49 lines
1.4 KiB
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Levels/SampleLevel.tscn" type="PackedScene" id=1]
[ext_resource path="res://Game.gd" type="Script" id=2]
[sub_resource type="Environment" id=1]
ambient_light_color = Color( 1, 1, 1, 1 )
[node name="Game" type="Spatial"]
script = ExtResource( 2 )
Levels = [ ExtResource( 1 ) ]
[node name="CurrentLevel" type="Node" parent="."]
[node name="devCameras" type="Node" parent="."]
[node name="CameraPerspective" type="Camera" parent="devCameras"]
transform = Transform( 0.525343, -0.383719, 0.759457, 0.0104944, 0.895398, 0.445144, -0.850826, -0.225883, 0.474418, 11.7998, 7.16861, 6.15879 )
current = true
far = 300.0
[node name="CameraFlatTop" type="Camera" parent="devCameras"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 90, 0 )
projection = 1
size = 100.0
[node name="CameraFlatSide" type="Camera" parent="devCameras"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 90 )
projection = 1
size = 100.0
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 1 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="DebugLabel" type="Label" parent="CanvasLayer"]
anchor_left = 0.01
anchor_top = 0.042
anchor_right = 0.01
anchor_bottom = 0.042
margin_left = -10.24
margin_top = -25.2
margin_right = 62.76
margin_bottom = -1.2
text = "sfsfsdfsdf"
__meta__ = {
"_edit_use_anchors_": false
}