mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scenes/floor.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://code/game.gd" type="Script" id=2]
|
|
|
|
[node name="game" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="floor" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 960, 1056 )
|
|
scale = Vector2( 2, 1 )
|