main menu
This commit is contained in:
parent
29254dbda0
commit
089ebc4797
35 changed files with 389 additions and 117 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
[resource]
|
||||
atlas = ExtResource("1_au0m1")
|
||||
region = Rect2(31, 1, 31, 32)
|
||||
region = Rect2(31, 0, 31, 33)
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
[resource]
|
||||
atlas = ExtResource("1_rrcfd")
|
||||
region = Rect2(62, 11, 31, 22)
|
||||
region = Rect2(62, 0, 31, 33)
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
BIN
assets/sprites/menu_bg.ase
Normal file
BIN
assets/sprites/menu_bg.ase
Normal file
Binary file not shown.
BIN
assets/sprites/menu_bg.png
Normal file
BIN
assets/sprites/menu_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
34
assets/sprites/menu_bg.png.import
Normal file
34
assets/sprites/menu_bg.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c37pvdhol2x02"
|
||||
path="res://.godot/imported/menu_bg.png-9478556fe857b797a39f623531c087e9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sprites/menu_bg.png"
|
||||
dest_files=["res://.godot/imported/menu_bg.png-9478556fe857b797a39f623531c087e9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue