Tough_Crowd/godot/ui/components/game_logo.tscn

19 lines
614 B
Plaintext
Raw Normal View History

2024-01-26 18:01:32 +00:00
[gd_scene load_steps=2 format=3 uid="uid://b4blrdjthcxnn"]
[ext_resource type="Texture2D" uid="uid://dmelj2qgr8w7k" path="res://icon.svg" id="1_scjn5"]
[node name="GameLogo" type="CenterContainer"]
offset_right = 110.0
offset_bottom = 110.0
2024-01-26 18:01:32 +00:00
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 2
2024-01-26 18:01:32 +00:00
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
layout_mode = 2
2024-01-26 18:01:32 +00:00
texture = ExtResource("1_scjn5")