Calinou / godot-endoom

Displays an ENDOOM lump in a RichTextLabel node in Godot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENDOOM lump parser in Godot

Displays a ENDOOM lump in a RichTextLabel node in Godot 4 (either using push_* functions, or by generating BBCode). If using BBCode, it can be printed to the console using print_rich() (which is then translated to ANSI escape sequences in stdout).

Note: Not compatible with Godot 3.x.

Preview

Freedoom

Freedoom ENDOOM screen

FreeDM

FreeDM ENDOOM screen

Doom shareware

Doom shareware ENDOOM screen

License

Copyright © Hugo Locurcio and contributors

Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.

About

Displays an ENDOOM lump in a RichTextLabel node in Godot

License:MIT License


Languages

Language:GDScript 100.0%