mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://script/Env.gd" type="Script" id=1]
|
|
[ext_resource path="res://Bullet.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Env" type="Node2D"]
|
|
position = Vector2( 437.266, 290.109 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Bullet" parent="." instance=ExtResource( 2 )]
|