Bottle.tscn 493 B

1234567891011121314151617
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://Bottle.gd" type="Script" id=1]
  3. [ext_resource path="res://assets/Water/texture_01.png" type="Texture" id=2]
  4. [sub_resource type="RectangleShape2D" id=1]
  5. [node name="Bottle" type="KinematicBody2D"]
  6. script = ExtResource( 1 )
  7. [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
  8. shape = SubResource( 1 )
  9. [node name="texture_02" type="Sprite" parent="."]
  10. scale = Vector2( 0.0194446, 0.0197168 )
  11. texture = ExtResource( 2 )