Skip to content

Commit

Permalink
Add hole in wall minigame resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikzon committed Oct 18, 2024
1 parent 5b33bc3 commit 83a64eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Core/Minigames/hole_in_wall.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[gd_resource type="Resource" script_class="Minigame" load_steps=3 format=3 uid="uid://c33um3ac1fjh3"]

[ext_resource type="Script" path="res://Core/Minigames/minigame.gd" id="1_5niyx"]
[ext_resource type="PackedScene" uid="uid://4hxfda0fvecm" path="res://HoleInWallMinigane/Wall_Minigame.tscn" id="1_me0wk"]

[resource]
script = ExtResource("1_5niyx")
name = "Hole in the Wall"
description = ""
scene = ExtResource("1_me0wk")

0 comments on commit 83a64eb

Please sign in to comment.