This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma warning disable CS8618 | |
| using System.Runtime.InteropServices; | |
| using ImGuiNET; | |
| using MyGame.Graphics; | |
| using SDL2; | |
| namespace MyGame.TWImGui; | |
| public enum ImGuiFont |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace GunSmoker.Input; | |
| public class InputBinds | |
| { | |
| [CVar("p1_gp_index", "Player 1 controller index")] | |
| public static int P1ControllerIndex = 0; | |
| [CVar("p2_gp_index", "Player 2 controller index")] | |
| public static int P2ControllerIndex = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Actions 😎 | |
| on: | |
| push: | |
| branches: | |
| - master | |
| env: | |
| UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} |
NewerOlder