You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
346 B
11 lines
346 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://scene/Player.tscn" type="PackedScene" id=1] |
|
[ext_resource path="res://src/Objects/LocalPlayer.cs" type="Script" id=2] |
|
|
|
[node name="LocalPlayer" instance=ExtResource( 1 )] |
|
script = ExtResource( 2 ) |
|
|
|
[node name="Camera" type="Camera2D" parent="." index="0"] |
|
pause_mode = 2 |
|
current = true
|
|
|