GMTKJam2021/Playa.tscn

24 lines
590 B
Plaintext
Raw Normal View History

2021-06-12 00:17:29 +02:00
[gd_scene load_steps=4 format=2]
2021-06-12 01:05:11 +02:00
[ext_resource path="res://assets/car/Auto.png" type="Texture" id=1]
2021-06-12 00:17:29 +02:00
[ext_resource path="res://Playa.gd" type="Script" id=2]
[sub_resource type="CapsuleShape2D" id=1]
2021-06-12 02:04:22 +02:00
radius = 33.6545
height = 72.4629
2021-06-12 00:17:29 +02:00
[node name="Playa" type="KinematicBody2D"]
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
[node name="Sprite" type="Sprite" parent="."]
2021-06-12 02:04:22 +02:00
position = Vector2( 5.25562, -20.8122 )
rotation = 3.14159
2021-06-12 01:05:11 +02:00
scale = Vector2( 2, 2 )
2021-06-12 00:17:29 +02:00
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )