blob: 79eb7d1686363e69688ac56dac18d2ddc6e59df0 (
plain)
1
2
3
4
5
6
7
8
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://ui/hud/snake/scripts/snake_head.gd" type="Script" id=1]
[node name="SnakeHead" type="TextureRect"]
margin_right = 8.0
margin_bottom = 8.0
script = ExtResource( 1 )
|