Blobby/src/Contraptions/GateBlock.tscn

19 lines
541 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/contraption/gateBlock.png" type="Texture" id=1]
[ext_resource path="res://src/Contraptions/GateBlock.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 12, 12 )
[node name="GateBlock" type="StaticBody2D"]
collision_layer = 8
collision_mask = 0
script = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )