mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-18 08:56:25 +00:00
19 lines
449 B
Text
19 lines
449 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://crate.png" type="Texture" id=1]
|
|
[ext_resource path="res://Script/Actor/SwitchBlock.gd" type="Script" id=2]
|
|
|
|
|
|
[node name="SwitchBlock" type="Node2D" groups=[
|
|
"actor",
|
|
]]
|
|
script = ExtResource( 2 )
|
|
tag = "switchblock"
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 4, 4 )
|
|
texture = ExtResource( 1 )
|
|
vframes = 8
|
|
hframes = 16
|
|
frame = 8
|
|
region_rect = Rect2( 0.132, 0, 0, 0 )
|