From 395c25b1fbe51f42decf402f97e51eabcc8c0a77 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 18 Jun 2023 16:43:22 +0200 Subject: Godot v3 -> v4 --- UI/HUD/LevelMap.tscn | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'UI/HUD/LevelMap.tscn') 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") -- cgit v1.2.3