main menu
This commit is contained in:
parent
29254dbda0
commit
089ebc4797
35 changed files with 389 additions and 117 deletions
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://c35dr3hiy66k0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="1_6j62c"]
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource("1_6j62c")
|
||||
region = Rect2(576, 0, 65, 65)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 558 B |
7
assets/sprites/gui/PremiumPlantCard.tres
Normal file
7
assets/sprites/gui/PremiumPlantCard.tres
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://31jc2e7dijas"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="1_5bxlp"]
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource("1_5bxlp")
|
||||
region = Rect2(351, 65, 41, 56)
|
||||
BIN
assets/sprites/gui/main_menu_buttons.png
Normal file
BIN
assets/sprites/gui/main_menu_buttons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 360 B |
|
|
@ -2,16 +2,16 @@
|
|||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cxlr34yh0bqch"
|
||||
path="res://.godot/imported/DisabledEmptyCard.png-7f5482b96bf2d482bb3d5df447102c95.ctex"
|
||||
uid="uid://cmcwrgcm272gy"
|
||||
path="res://.godot/imported/main_menu_buttons.png-879fc80bdc55423878339132e84ccb38.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sprites/gui/DisabledEmptyCard.png"
|
||||
dest_files=["res://.godot/imported/DisabledEmptyCard.png-7f5482b96bf2d482bb3d5df447102c95.ctex"]
|
||||
source_file="res://assets/sprites/gui/main_menu_buttons.png"
|
||||
dest_files=["res://.godot/imported/main_menu_buttons.png-879fc80bdc55423878339132e84ccb38.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue