godot_tiny_crate/Scene/Actor/SwitchBlock.tscn
2020-10-09 16:23:26 -04:00

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 )