added a very basic boat simulation

This commit is contained in:
2022-08-02 10:17:23 +02:00
parent 4b693c3ea4
commit 520914f27e
13 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://resources/sprites/bluedotwithline.png" type="Texture" id=1]
[sub_resource type="CircleShape2D" id=1]
[node name="Player" type="KinematicBody2D"]
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
scale = Vector2( 5, 5 )
shape = SubResource( 1 )