Added player car with janky controls and janky camera
This commit is contained in:
parent
f9917528dc
commit
49e4957c84
6 changed files with 162 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b4dnui6vvlta7"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c77xk0mywwt5f"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/game/level.gd" id="1_hv75i"]
|
||||
[ext_resource type="PackedScene" uid="uid://ckau5s2tsb3oc" path="res://src/game/player.tscn" id="2_5nf51"]
|
||||
|
||||
[sub_resource type="Curve2D" id="Curve2D_ll8bj"]
|
||||
_data = {
|
||||
|
@ -18,3 +19,6 @@ line = NodePath("TrackLine")
|
|||
curve = SubResource("Curve2D_ll8bj")
|
||||
|
||||
[node name="TrackLine" type="Line2D" parent="."]
|
||||
|
||||
[node name="player" parent="." instance=ExtResource("2_5nf51")]
|
||||
position = Vector2(42.7545, -14.9219)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue