Skip to content

Instantly share code, notes, and snippets.

View jonathanhecl's full-sized avatar
🔥

Jonathan Hecl jonathanhecl

🔥
View GitHub Profile
GDScript:
func _ready() -> void:
var begin = OS.get_ticks_usec()
var sum = 0;
for i in range(0, 100):
sum += 1
print(sum)
@jonathanhecl
jonathanhecl / aodrag.sql
Last active June 11, 2023 06:35
AODrag v9 - Base de datos
-- --------------------------------------------------------
-- Host: irongete.com
-- Versión del servidor: 10.3.10-MariaDB-1:10.3.10+maria~bionic - mariadb.org binary distribution
-- SO del servidor: debian-linux-gnu
-- HeidiSQL Versión: 10.1.0.5464
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;