16 lines
551 B
Plaintext
16 lines
551 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://7713s03g7nxw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ukvcgdjxtkqw" path="res://car.tscn" id="1_80nbo"]
|
|
[ext_resource type="TileSet" uid="uid://cnqxooqer5ehf" path="res://world_tileset.tres" id="2_e2o6t"]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
position = Vector2(0, -1)
|
|
zoom = Vector2(0.077, 0.077)
|
|
|
|
[node name="Car" parent="." instance=ExtResource("1_80nbo")]
|
|
|
|
[node name="TileMapLayer" type="TileMapLayer" parent="."]
|
|
tile_set = ExtResource("2_e2o6t")
|