diff --git a/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.md5 b/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.md5 new file mode 100644 index 0000000..0c59f15 --- /dev/null +++ b/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.md5 @@ -0,0 +1,3 @@ +source_md5="dd0aa67efe22d26c04757928ec2b2822" +dest_md5="85b500eeadf9068df9f503ca7b8eaef2" + diff --git a/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.stex b/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.stex new file mode 100644 index 0000000..474b2a6 Binary files /dev/null and b/godot_ship/.import/4Ship_Destroyed.png-acd8cae1448d0240f60f78c6681833bd.stex differ diff --git a/godot_ship/assets/game/4Ship_Destroyed.png b/godot_ship/assets/game/4Ship_Destroyed.png new file mode 100644 index 0000000..5c2a710 Binary files /dev/null and b/godot_ship/assets/game/4Ship_Destroyed.png differ diff --git a/godot_ship/assets/game/4Ship_Destroyed.png.import b/godot_ship/assets/game/4Ship_Destroyed.png.import new file mode 100644 index 0000000..c3d46de --- /dev/null +++ b/godot_ship/assets/game/4Ship_Destroyed.png.import @@ -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 diff --git a/godot_ship/scenes/Gameplay.tscn b/godot_ship/scenes/Gameplay.tscn index c877f34..12a7bb6 100644 --- a/godot_ship/scenes/Gameplay.tscn +++ b/godot_ship/scenes/Gameplay.tscn @@ -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"]