summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Scenes/Dungeon.tscn12
-rw-r--r--project.godot5
2 files changed, 16 insertions, 1 deletions
diff --git a/Scenes/Dungeon.tscn b/Scenes/Dungeon.tscn
index ea9e871..e5f9450 100644
--- a/Scenes/Dungeon.tscn
+++ b/Scenes/Dungeon.tscn
@@ -11,7 +11,7 @@
[sub_resource type="ProceduralSky" id=2]
[sub_resource type="Environment" id=3]
-background_mode = 1
+background_mode = 4
background_sky = SubResource( 2 )
background_color = Color( 0.1, 0.1, 0.1, 1 )
ambient_light_color = Color( 1, 1, 1, 1 )
@@ -301,6 +301,16 @@ size = 10.0
transform = Transform( 0.73644, 0.441272, -0.512773, 0, 0.757975, 0.652284, 0.676503, -0.480367, 0.558203, 0, 35.1428, 0 )
light_energy = 0.5
+[node name="Background" type="CanvasLayer" parent="."]
+layer = -1
+
+[node name="Cleyton" type="TextureRect" parent="Background"]
+anchor_right = 1.0
+anchor_bottom = 1.0
+rect_rotation = -0.0481524
+texture = ExtResource( 3 )
+expand = true
+
[node name="UIController" type="CanvasLayer" parent="."]
script = ExtResource( 4 )
diff --git a/project.godot b/project.godot
index 5a971eb..336afb6 100644
--- a/project.godot
+++ b/project.godot
@@ -53,6 +53,11 @@ config/icon="res://icon.png"
Global="*res://Scenes/Global.gd"
Builder="*res://Scenes/Builder.gd"
+[display]
+
+window/stretch/mode="2d"
+window/stretch/aspect="keep"
+
[physics]
common/enable_pause_aware_picking=true