[gd_scene load_steps=5 format=2] [ext_resource path="res://Scenes/PlateBounce.gd" type="Script" id=1] [ext_resource path="res://Assets/arrow.png" type="Texture" id=2] [sub_resource type="PlaneMesh" id=1] size = Vector2( 1, 1 ) [sub_resource type="SpatialMaterial" id=2] flags_transparent = true albedo_texture = ExtResource( 2 ) [node name="PlateBounce" type="Spatial"] script = ExtResource( 1 ) valid_symbols = [ "2", "3", "4", "5", "6", "" ] cardinal = null [node name="Mesh" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0 ) mesh = SubResource( 1 ) material/0 = SubResource( 2 )