path + gamin
This commit is contained in:
15
scene/car.tscn
Normal file
15
scene/car.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user