Added password hashing for Login and Registration scenes

This commit is contained in:
2026-07-29 12:21:02 -04:00
parent 2a6dd6b18e
commit 3c76b9ed84
25 changed files with 878 additions and 1145 deletions
@@ -9,7 +9,7 @@ gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown = {};
gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.idToCallbackMap = new Map();
gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.userFunc0xa43328 = function GDJSInlineCode(runtimeScene, eventsFunctionContext) {
gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.userFunc0xd5c760 = function GDJSInlineCode(runtimeScene, eventsFunctionContext) {
"use strict";
if (gdjs.__pixelPerfectExtension) {
return;
@@ -462,7 +462,7 @@ gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.eventsList0 = fun
{
gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.userFunc0xa43328(runtimeScene, eventsFunctionContext);
gdjs.evtsExt__PixelPerfectMovement__DefineJavaScriptForTopDown.userFunc0xd5c760(runtimeScene, eventsFunctionContext);
}