You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
536 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Main.gd" type="Script" id=2]
[ext_resource path="res://Actor.gd" type="Script" id=3]
[ext_resource path="res://Ground.tscn" type="PackedScene" id=4]
[node name="Main" type="Node"]
script = ExtResource( 2 )
[node name="TileMap" parent="." instance=ExtResource( 4 )]
collision_layer = 2
collision_mask = 0
[node name="StartPosition" type="Position2D" parent="."]
position = Vector2( 240, 450 )
[node name="Actor" type="KinematicBody2D" parent="."]
script = ExtResource( 3 )