You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Momentum/Pickup.tscn

12 lines
281 B

[gd_scene load_steps=3 format=2]
[ext_resource path="res://tiles.png" type="Texture" id=1]
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 1 )
region = Rect2( 32, 32, 32, 32 )
[node name="Pickup" type="Sprite"]
texture = SubResource( 1 )
offset = Vector2( 16, 16 )