mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
23 lines
711 B
Plaintext
23 lines
711 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://icon.png" type="Texture" id=1]
|
|
[ext_resource path="res://source/assets/scripts/shooting/Sine/Sine_Barrel.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 21.0351, 6.99966 )
|
|
|
|
[node name="Sine_Barrel" type="StaticBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 32.0917, 0.471939 )
|
|
scale = Vector2( 1, 0.336339 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 30.8681, 0 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Position2D" type="Position2D" parent="."]
|
|
position = Vector2( 64.7166, 0.0842819 )
|