mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 13:25:58 +00:00
28 lines
797 B
Plaintext
28 lines
797 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://script/game/SetupShip.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/game/3ShipA.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 16, 48 )
|
|
|
|
[node name="3ShipA" type="RigidBody2D"]
|
|
input_pickable = true
|
|
gravity_scale = 0.0
|
|
custom_integrator = true
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="3ShipA_Sprite" type="Sprite" parent="."]
|
|
position = Vector2( -0.0212851, 0 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2( 0.5, 0.875 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
scale = Vector2( 0.5, 0.833 )
|
|
shape = SubResource( 1 )
|