mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
13 lines
516 B
Plaintext
13 lines
516 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://source/entities/shooting/Line_Trajectory/Line_Bullet.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://source/assets/scripts/shooting/Sine/Sine_Env.gd" type="Script" id=2]
|
|
[ext_resource path="res://source/assets/scripts/shooting/Sine/Sine_Bullet.gd" type="Script" id=3]
|
|
|
|
[node name="Env" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Bullet" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 0, -0.222725 )
|
|
script = ExtResource( 3 )
|