I ,,,, did not . My computer cant render it . I would need compatibility mode . ( im one of dem poor dudes with a old laptop ) But I will get to your game once I get a new machine .
Pro tip: You can launch most of Godot games in compatibility mode yourself if you don't have Vulkan.
Most of games will probably look worse, but still should be playable unless something crucial in game logic is depending on rendering.
To launch this game (or most Godot games in general) in compatibility mode just:
- Download game and save in desired location
- Open folder containing .exe file and in file explorer address bar type 'cmd' and press enter
- In command line run game with command: 'KnockOutBox.exe --rendering-method gl_compatibility'
- Game should be launched in compatibility mode.