Files
GDevelop/GDevelop.js/types/gdquickcustomization.js
Florian Rival 57371c3759 Add "Quick Customization" in the Get Started page (#6856)
* Choose a starter game and quickly replace objects and tweak their behaviors. The game is then automatically published so it can be shared: this is perfect for new users to get a taste of how a game works and make their own remix of a game before going further.
2024-08-18 18:04:53 +02:00

8 lines
202 B
JavaScript

// Automatically generated by GDevelop.js/scripts/generate-types.js
declare class gdQuickCustomization {
static Default: 0;
static Visible: 1;
static Hidden: 2;
delete(): void;
ptr: number;
};