mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Created Sprite for Ship4 Destroyed
This commit is contained in:
parent
c97de2eaca
commit
f6e2eb2544
@ -0,0 +1,3 @@
|
|||||||
|
source_md5="dd0aa67efe22d26c04757928ec2b2822"
|
||||||
|
dest_md5="85b500eeadf9068df9f503ca7b8eaef2"
|
||||||
|
|
Binary file not shown.
BIN
godot_ship/assets/game/4Ship_Destroyed.png
Normal file
BIN
godot_ship/assets/game/4Ship_Destroyed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
34
godot_ship/assets/game/4Ship_Destroyed.png.import
Normal file
34
godot_ship/assets/game/4Ship_Destroyed.png.import
Normal 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
|
@ -10,7 +10,7 @@
|
|||||||
[ext_resource path="res://scenes/ships/4Ship.tscn" type="PackedScene" id=8]
|
[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://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://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"]
|
[node name="Game" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
@ -156,8 +156,8 @@ margin_right = 83.0
|
|||||||
margin_bottom = 58.0
|
margin_bottom = 58.0
|
||||||
dialog_text = "You can't fire outside the board"
|
dialog_text = "You can't fire outside the board"
|
||||||
|
|
||||||
[node name="3ShipB_Destroyed" type="Sprite" parent="."]
|
[node name="4Ship_Destroyed" type="Sprite" parent="."]
|
||||||
position = Vector2( 228.464, 163.857 )
|
position = Vector2( 196.65, 181.634 )
|
||||||
texture = ExtResource( 11 )
|
texture = ExtResource( 11 )
|
||||||
|
|
||||||
[connection signal="pressed" from="VBoxContainer/Forfeit" to="." method="_on_Forfeit_pressed"]
|
[connection signal="pressed" from="VBoxContainer/Forfeit" to="." method="_on_Forfeit_pressed"]
|
||||||
|
Loading…
Reference in New Issue
Block a user