diff --git a/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.md5 b/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.md5 new file mode 100644 index 0000000..c4b09d8 --- /dev/null +++ b/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.md5 @@ -0,0 +1,3 @@ +source_md5="138929229182774ac17e092717625524" +dest_md5="4abf17415a8fd06eeb2ef60cfb9581ba" + diff --git a/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.stex b/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.stex new file mode 100644 index 0000000..0eb4ca1 Binary files /dev/null and b/godot_ship/.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.stex differ diff --git a/godot_ship/assets/game/5Ship.png b/godot_ship/assets/game/5Ship.png new file mode 100644 index 0000000..5a7005b Binary files /dev/null and b/godot_ship/assets/game/5Ship.png differ diff --git a/godot_ship/assets/game/5Ship.png.import b/godot_ship/assets/game/5Ship.png.import new file mode 100644 index 0000000..34dca30 --- /dev/null +++ b/godot_ship/assets/game/5Ship.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/game/5Ship.png" +dest_files=[ "res://.import/5Ship.png-78bcea6c287110425f92a7d06eaf0b2b.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/5Ship.tscn b/godot_ship/scenes/ships/5Ship.tscn index 2034d47..44357b6 100644 --- a/godot_ship/scenes/ships/5Ship.tscn +++ b/godot_ship/scenes/ships/5Ship.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/5longShipS.png" type="Texture" id=2] +[ext_resource path="res://assets/game/5Ship.png" type="Texture" id=2] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 16, 80 ) @@ -11,7 +11,7 @@ input_pickable = true custom_integrator = true script = ExtResource( 1 ) -[node name="5longShipS" type="Sprite" parent="."] +[node name="5Ship_Sprite" type="Sprite" parent="."] texture = ExtResource( 2 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."]