mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added the game
This commit is contained in:
10
Resources/UI/Cursor.tres
Normal file
10
Resources/UI/Cursor.tres
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="AtlasTexture" load_steps=3 format=3 uid="uid://dktb2ljmou31p"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://3p2l7rec0gh5" path="res://Assets/Sprites/UI/Cursor.png" id="1_gbotb"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gbotb"]
|
||||
atlas = ExtResource("1_gbotb")
|
||||
region = Rect2(0, 0, 8, 8)
|
||||
|
||||
[resource]
|
||||
atlas = SubResource("AtlasTexture_gbotb")
|
10
Resources/UI/Panel.tres
Normal file
10
Resources/UI/Panel.tres
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://comkghpj0djcl"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bnv2ocqgws3p7" path="res://Assets/Sprites/UI/Panel.png" id="1_dlxjv"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_dlxjv")
|
||||
texture_margin_left = 8.0
|
||||
texture_margin_top = 8.0
|
||||
texture_margin_right = 8.0
|
||||
texture_margin_bottom = 8.0
|
10
Resources/UI/PanelSelected.tres
Normal file
10
Resources/UI/PanelSelected.tres
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://dlbdmqmnl30sq"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bhgjvnslkt143" path="res://Assets/Sprites/UI/PanelSelected.png" id="1_hjdjk"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_hjdjk")
|
||||
texture_margin_left = 8.0
|
||||
texture_margin_top = 8.0
|
||||
texture_margin_right = 8.0
|
||||
texture_margin_bottom = 8.0
|
10
Resources/UI/Tab.tres
Normal file
10
Resources/UI/Tab.tres
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://btw30ed0dg4bt"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c6pd7cdhx78od" path="res://Assets/Sprites/UI/Tab.png" id="1_b7qtx"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_b7qtx")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
10
Resources/UI/TabSelected.tres
Normal file
10
Resources/UI/TabSelected.tres
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://dym50k6bgpd2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bgjdnv8n8l1hb" path="res://Assets/Sprites/UI/TabSelected.png" id="1_ymoo8"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_ymoo8")
|
||||
texture_margin_left = 2.0
|
||||
texture_margin_top = 2.0
|
||||
texture_margin_right = 2.0
|
||||
texture_margin_bottom = 2.0
|
Reference in New Issue
Block a user