[gd_scene load_steps=3 format=3 uid="uid://bol2yxcuqnlco"] [ext_resource type="PackedScene" uid="uid://wt0fxawif12f" path="res://text_scene.tscn" id="1_gw8tw"] [ext_resource type="Script" uid="uid://co7lut3licn2s" path="res://button.gd" id="2_0b7x6"] [node name="TextScene" instance=ExtResource("1_gw8tw")] [node name="Label" parent="." index="1"] offset_left = -324.0 offset_top = -284.0 offset_right = 389.0 offset_bottom = 181.0 text = "Avalanche Season (Game has no audio) The Winter is cold and the fox is hungry. The voles' only hope to foil the fox is gravity. With enough numbers and everyone squeaking at once, they can bring about an avalanche. It's a bit of a gamble, but it's their only hope! How to play: This game is intended to be played with 2 or more players and supports arbitrarily many players. Join by pressing a button on a controller or WASD (and space) or arrow keys (and right shift) First player to join becomes the fox and can dive for voles. Voles can make more voles by standing near other voles or press a button to switch the vole they control At least 20 voles are required to bring about an avalanche" [node name="Button" type="Button" parent="Label" index="0"] layout_mode = 0 offset_left = 280.0 offset_top = 487.0 offset_right = 359.0 offset_bottom = 518.0 text = "Continue" script = ExtResource("2_0b7x6") [connection signal="pressed" from="Label/Button" to="Label/Button" method="_on_pressed"]