mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
WIP redesign
- Redesigned UI - Imported old theme - Switched to original character sprite - Simplified clothes
This commit is contained in:
parent
2bc37e1100
commit
ed75c25fef
38 changed files with 622 additions and 1166 deletions
Binary file not shown.
2
resources/KBlueBtnDisabled.tres
Normal file → Executable file
2
resources/KBlueBtnDisabled.tres
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
|
|
2
resources/KBlueBtnNormal.tres
Normal file → Executable file
2
resources/KBlueBtnNormal.tres
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/ui/blue_button03.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://sprites/ui/blue_button03.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
|
|
2
resources/KBlueBtnPressed.tres
Normal file → Executable file
2
resources/KBlueBtnPressed.tres
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/ui/blue_button00.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://sprites/ui/blue_button00.png" type="Texture" id=1]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
|
||||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://x0jwd3gc6sxi"]
|
||||
|
||||
[ext_resource path="res://sprites/ui/grey_panel.png" type="Texture2D" id=1]
|
||||
[ext_resource type="Texture2D" uid="uid://cnuqli38s16o7" path="res://sprites/ui/grey_panel.png" id="1"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource( 1 )
|
||||
region_rect = Rect2( 0, 0, 100, 100 )
|
||||
margin_left = 5.0
|
||||
margin_right = 5.0
|
||||
margin_top = 5.0
|
||||
margin_bottom = 10.0
|
||||
texture = ExtResource("1")
|
||||
region_rect = Rect2(0, 0, 100, 100)
|
||||
|
|
5
resources/character.tres
Normal file → Executable file
5
resources/character.tres
Normal file → Executable file
|
@ -1,3 +1,6 @@
|
|||
[gd_resource type="Resource" format=2]
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/character.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue