path + gamin

This commit is contained in:
2024-10-19 23:43:45 +02:00
parent fdbb131c09
commit fa51e53d7d
24 changed files with 642 additions and 9 deletions

15
scene/car.tscn Normal file
View File

@@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://dpr0d61yufy2k"]
[ext_resource type="Texture2D" uid="uid://cdunb77p5rpwa" path="res://model/Car1.png" id="1_yrf7o"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5e1gk"]
size = Vector2(83, 47)
[node name="Car" type="CharacterBody2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_yrf7o")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-0.5, 0.5)
shape = SubResource("RectangleShape2D_5e1gk")