ajout de commentaire sur le code

This commit is contained in:
2026-06-27 08:18:07 +02:00
parent 875954ac63
commit 75428ef21d
5 changed files with 48 additions and 88 deletions
@@ -1,3 +1,5 @@
local RNDX = include("lib/rndx.lua")
local function RX(x) return x * (ScrW() / 1920) end
local function RY(y) return y * (ScrH() / 1080) end