mirror of
https://github.com/mightypanders/GMTKJam2021.git
synced 2025-01-30 21:59:55 +01:00
use taxi
This commit is contained in:
parent
a7f5f6fa83
commit
0fc1c4cb36
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://assets/car/Autoi cut.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/car/Taxi.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Playa.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
@ -18,7 +18,7 @@ script = ExtResource( 2 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
rotation = 3.14159
|
||||
scale = Vector2( 0.1, 0.1 )
|
||||
scale = Vector2( 0.4, 0.4 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
Loading…
Reference in New Issue
Block a user