mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
Created Sprite for "Miss"
This commit is contained in:
parent
e8f11bcbc3
commit
aea9bbe2b0
@ -0,0 +1,3 @@
|
||||
source_md5="7db22073ddecad057e2516a409e715e9"
|
||||
dest_md5="7831bb54cb10c5c9023e7f33bc355eff"
|
||||
|
Binary file not shown.
BIN
godot_ship/assets/game/Miss.png
Normal file
BIN
godot_ship/assets/game/Miss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 379 B |
34
godot_ship/assets/game/Miss.png.import
Normal file
34
godot_ship/assets/game/Miss.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/Miss.png-ddfb2f437f6e39c5895f51ba5ab8423e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/game/Miss.png"
|
||||
dest_files=[ "res://.import/Miss.png-ddfb2f437f6e39c5895f51ba5ab8423e.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=false
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
@ -12,8 +12,9 @@
|
||||
[ext_resource path="res://script/game/Gameplay/Crosshair.gd" type="Script" id=10]
|
||||
|
||||
[node name="Game" type="Control"]
|
||||
anchor_top = 0.00123732
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.889
|
||||
anchor_bottom = 0.890237
|
||||
margin_left = -0.5
|
||||
margin_top = 0.740086
|
||||
margin_right = -0.5
|
||||
|
Loading…
Reference in New Issue
Block a user