diff options
author | rexim <reximkut@gmail.com> | 2024-03-13 03:02:04 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-13 03:02:04 +0700 |
commit | d423d6b72a9e3ed65ca61526cb2241e6817abe8a (patch) | |
tree | 942c739053cfd4089a3362d8e7188fc45f458555 /raylib.ads | |
parent | 01b8983609824162c41fc8ec937f02d1ff221845 (diff) |
Implement Shrek Path Finding
Diffstat (limited to 'raylib.ads')
-rw-r--r-- | raylib.ads | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ package Raylib is KEY_W: constant int := 87; KEY_A: constant int := 65; KEY_D: constant int := 68; + KEY_P: constant int := 80; KEY_SPACE: constant int := 32; function Is_Key_Pressed(key: int) return C_bool with |