Skip to content

Commit

Permalink
Merge pull request #15 from devlup-fsu/hole-in-wall-minigame-res
Browse files Browse the repository at this point in the history
Add hole in wall minigame resource
  • Loading branch information
Trikzon authored Oct 18, 2024
2 parents 5b33bc3 + 83a64eb commit c7994b6
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 c7994b6

Please sign in to comment.