mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://icon.png" type="Texture" id=1]
|
|
[ext_resource path="res://script/Parabola/Parabolic_Barrel.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 8.79762, 3.60519 )
|
|
|
|
[node name="Parabolic_Barrel" type="StaticBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2( 13.539, 2.08551 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="icon" type="Sprite" parent="."]
|
|
position = Vector2( 16.2448, 0.641744 )
|
|
scale = Vector2( 0.387507, 0.251987 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Position2D" type="Position2D" parent="."]
|
|
position = Vector2( 34.426, 0.975182 )
|