diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-06-18 16:43:22 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-06-18 16:43:22 +0200 |
commit | 395c25b1fbe51f42decf402f97e51eabcc8c0a77 (patch) | |
tree | 72a17c71a39b53d328a76e111ae205d9538d64d0 /UI/HUD/LevelMap.tscn | |
parent | 2686ec6d4af6b5437a5f5a5cac008f3d38295f78 (diff) |
Godot v3 -> v4
Diffstat (limited to 'UI/HUD/LevelMap.tscn')
-rw-r--r-- | UI/HUD/LevelMap.tscn | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/UI/HUD/LevelMap.tscn b/UI/HUD/LevelMap.tscn index 646c96a..5f3ab37 100644 --- a/UI/HUD/LevelMap.tscn +++ b/UI/HUD/LevelMap.tscn @@ -1,18 +1,13 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=3 format=3 uid="uid://ds2y86kx2kfxq"] -[ext_resource path="res://UI/HUD/LevelMap.gd" type="Script" id=1] +[ext_resource type="Script" path="res://UI/HUD/LevelMap.gd" id="1"] -[sub_resource type="StyleBoxFlat" id=1] -bg_color = Color( 0, 0, 0, 0.117647 ) +[sub_resource type="StyleBoxFlat" id="1"] +bg_color = Color(0, 0, 0, 0.117647) [node name="LevelMap" type="Panel"] -margin_left = 864.0 -margin_top = 8.0 -margin_right = 1014.0 -margin_bottom = 158.0 -rect_clip_content = true -custom_styles/panel = SubResource( 1 ) -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} +clip_contents = true +offset_right = 150.0 +offset_bottom = 150.0 +theme_override_styles/panel = SubResource("1") +script = ExtResource("1") |