GMTKJam2021/Playa.tscn

22 lines
548 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/car/TRBRYcars [Converted] sedan.svg" type="Texture" id=1]
[ext_resource path="res://Playa.gd" type="Script" id=2]
[sub_resource type="CapsuleShape2D" id=1]
radius = 34.9782
height = 106.041
[node name="Playa" type="KinematicBody2D"]
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5708
shape = SubResource( 1 )