diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-02 00:17:14 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-02 00:17:14 +0200 |
| commit | a57c833665172c83eb449f739073ac36238377c9 (patch) | |
| tree | 3b08e67ae735c1c0bcaefdd548ef6fe9e03c4e2a /client/menu/entry.gd | |
| parent | d755e522d17224a724ff3dadd4f3c24eda4345b3 (diff) | |
| download | hurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar hurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar.bz2 hurrycurry-a57c833665172c83eb449f739073ac36238377c9.tar.zst | |
rename entry node
Diffstat (limited to 'client/menu/entry.gd')
| -rw-r--r-- | client/menu/entry.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/entry.gd b/client/menu/entry.gd index b1620df9..aaa449be 100644 --- a/client/menu/entry.gd +++ b/client/menu/entry.gd @@ -14,8 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # +class_name Entry extends Menu -class_name MenuManager func _ready(): super() |