From 18f1a52c60ecc6c30f834dd24f98d55daec56bc0 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Sun, 17 Jul 2022 10:02:08 -0300 Subject: cleyton --- Scenes/Dungeon.tscn | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Scenes/Dungeon.tscn') 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 ) -- cgit v1.2.3