1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Created Sprite for Ship4 Destroyed

This commit is contained in:
tommy-l-ngo 2021-11-13 01:19:19 -06:00
parent c97de2eaca
commit f6e2eb2544
5 changed files with 40 additions and 3 deletions

View File

@ -0,0 +1,3 @@
source_md5="dd0aa67efe22d26c04757928ec2b2822"
dest_md5="85b500eeadf9068df9f503ca7b8eaef2"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/game/4Ship_Destroyed.png"
dest_files=[ "res://.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.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

View File

@ -10,7 +10,7 @@
[ext_resource path="res://scenes/ships/4Ship.tscn" type="PackedScene" id=8]
[ext_resource path="res://assets/game/RedCrosshair.png" type="Texture" id=9]
[ext_resource path="res://script/game/Gameplay/Crosshair.gd" type="Script" id=10]
[ext_resource path="res://assets/game/3ShipB_Destroyed.png" type="Texture" id=11]
[ext_resource path="res://assets/game/4Ship_Destroyed.png" type="Texture" id=11]
[node name="Game" type="Control"]
anchor_right = 1.0
@ -156,8 +156,8 @@ margin_right = 83.0
margin_bottom = 58.0
dialog_text = "You can't fire outside the board"
[node name="3ShipB_Destroyed" type="Sprite" parent="."]
position = Vector2( 228.464, 163.857 )
[node name="4Ship_Destroyed" type="Sprite" parent="."]
position = Vector2( 196.65, 181.634 )
texture = ExtResource( 11 )
[connection signal="pressed" from="VBoxContainer/Forfeit" to="." method="_on_Forfeit_pressed"]