-
Updated
Feb 8, 2021 - GDScript
combat
Here are 100 public repositories matching this topic...
Gamepad input
-
Updated
Mar 31, 2022 - Java
Rename current ancient realms to old realms. This would allow creating actual ancient realms which have left ancient artefacts behind.
-
Updated
Oct 25, 2019 - C#
-
Updated
May 22, 2018 - ShaderLab
Short Description
Even though there's already functions to get both current and total armor/health on entities, which can be subsequently used to get the percentage, it'd be handy to add functions that just does that internally for you and either gives you a value between 0 and 100 or 0 and 1.
The IFEI composite visual has a bunch of text displays in it that use the custom Helios IFEI font. If this font is not in the system (for example if you are a developer and didn't install Helios :) ) then it just silently draws nothing.
It should certainly log and it should probably fall back to a default font. This presumably affects all controls, but I only confirmed it with the IFEI.
-
Updated
Nov 9, 2017 - C#
-
Updated
Aug 19, 2020 - Python
-
Updated
Apr 20, 2021 - C#
May be more than a good first issue.. but depending on the skill level, this can be a good first issue.
-
Updated
Oct 22, 2021 - Python
-
Updated
Mar 2, 2022 - C#
-
Updated
Jan 7, 2022 - Java
-
Updated
Oct 16, 2019 - Python
-
Updated
Mar 30, 2022 - Lua
The functions exist (albeit empty) in import.component atm.
On save they should get saved to like localStorage(formname,value)
and on load well... the same, but value gets patched in.
-
Updated
Oct 2, 2019 - C#
-
Updated
Nov 12, 2021 - Lua
-
Updated
Jan 6, 2022 - Jupyter Notebook
-
Updated
Oct 24, 2021 - Python
-
Updated
Sep 6, 2018 - R
-
Updated
Jul 7, 2021 - Python
-
Updated
Oct 22, 2019 - C++
-
Updated
Apr 8, 2019 - C++
-
Updated
Jun 10, 2019 - JavaScript
-
Updated
Feb 9, 2022 - C#
Improve this page
Add a description, image, and links to the combat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the combat topic, visit your repo's landing page and select "manage topics."
The game client should take input from any connected gamepad (controller, joystick, etc.) and emulate "joystick" input by calling the following functions (as is done for WASD input): https://github.com/SoftbearStudios/mk48/blob/1d161bb134f94e51c10b701666b62a7ca4e11bf5/js/src/App.svelte#L96-L101
Suggested by Carlsons1938