mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
10 lines
303 B
Text
10 lines
303 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://player.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://main.gd" type="Script" id=2]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 960, 540 )
|