diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-25 21:55:15 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-25 21:57:00 +0200 |
| commit | 87f1452c031b558a980ad29a2dd3fdee9763cb00 (patch) | |
| tree | de0eb862cc0f6f8c19f6c0b0a6deb022a14b9ce9 /room_main_menu.tscn | |
| parent | 47f00ea2b509bcb201204343b626ca73f343786c (diff) | |
Rework tileset
Diffstat (limited to 'room_main_menu.tscn')
| -rw-r--r-- | room_main_menu.tscn | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/room_main_menu.tscn b/room_main_menu.tscn index b5faa22..99ac7cd 100644 --- a/room_main_menu.tscn +++ b/room_main_menu.tscn @@ -1,11 +1,41 @@ -[gd_scene load_steps=2 format=3 uid="uid://cjdhfl70fgt6m"] +[gd_scene load_steps=4 format=3 uid="uid://cjdhfl70fgt6m"] [ext_resource type="Script" uid="uid://dufnvsfxreqq8" path="res://room_main_menu.gd" id="1_rbk04"] +[sub_resource type="Gradient" id="Gradient_n14lx"] +colors = PackedColorArray(0.2509804, 0.15686275, 0.34901962, 1, 1, 0.8980392, 0.7490196, 1) + +[sub_resource type="GradientTexture2D" id="GradientTexture2D_ftmdk"] +gradient = SubResource("Gradient_n14lx") +width = 16 +height = 16 + [node name="MainMenu" type="Node2D"] process_mode = 1 script = ExtResource("1_rbk04") +[node name="Bg" type="TextureRect" parent="."] +offset_left = -30.0 +offset_top = -81.0 +offset_right = -14.0 +offset_bottom = -65.0 +scale = Vector2(16, 16) +texture = SubResource("GradientTexture2D_ftmdk") + +[node name="ColorRect" type="ColorRect" parent="."] +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = 46.0 +offset_top = 20.0 +offset_right = 146.0 +offset_bottom = 41.0 +grow_horizontal = 2 +grow_vertical = 2 +color = Color(0.2509804, 0.15686275, 0.34901962, 1) + [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(96, 54) |
