13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://2o4sa1c2rd1a"]
|
|
|
|
[ext_resource type="Script" uid="uid://c0fihxu2e7fhi" path="res://scenes/inventory/bonus/bonus.gd" id="1_ljvlk"]
|
|
[ext_resource type="Texture2D" uid="uid://en2he5ixrc8y" path="res://scenes/inventory/bonus/icons/mult.png" id="1_vlfj5"]
|
|
|
|
[node name="Bonus" type="Node2D"]
|
|
script = ExtResource("1_ljvlk")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
z_index = -1
|
|
position = Vector2(-0.5, 1.5)
|
|
texture = ExtResource("1_vlfj5")
|