diff --git a/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.md5 b/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.md5 new file mode 100644 index 0000000..7f1a842 --- /dev/null +++ b/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.md5 @@ -0,0 +1,3 @@ +source_md5="b24ae375fc3e444bb3b893dd4fa081c9" +dest_md5="4da9fc0a51c5baaf5ce99f822e2ccf4b" + diff --git a/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.stex b/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.stex new file mode 100644 index 0000000..edcaddf Binary files /dev/null and b/godot_ship/.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.stex differ diff --git a/godot_ship/assets/game/3ShipB.png b/godot_ship/assets/game/3ShipB.png new file mode 100644 index 0000000..6e30dba Binary files /dev/null and b/godot_ship/assets/game/3ShipB.png differ diff --git a/godot_ship/assets/game/3ShipB.png.import b/godot_ship/assets/game/3ShipB.png.import new file mode 100644 index 0000000..3e256c7 --- /dev/null +++ b/godot_ship/assets/game/3ShipB.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/game/3ShipB.png" +dest_files=[ "res://.import/3ShipB.png-28ed039caa6839d715648812af8f65e4.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/ships/3ShipB.tscn b/godot_ship/scenes/ships/3ShipB.tscn index 42ddd21..7677e5a 100644 --- a/godot_ship/scenes/ships/3ShipB.tscn +++ b/godot_ship/scenes/ships/3ShipB.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=2] [ext_resource path="res://script/game/moveShip.gd" type="Script" id=1] -[ext_resource path="res://assets/game/3longShipBS.png" type="Texture" id=2] +[ext_resource path="res://assets/game/3ShipB.png" type="Texture" id=2] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 16, 48 ) @@ -12,7 +12,7 @@ gravity_scale = 0.0 custom_integrator = true script = ExtResource( 1 ) -[node name="3longShipBS" type="Sprite" parent="."] +[node name="3ShipB_Sprite" type="Sprite" parent="."] texture = ExtResource( 2 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."]