2d cursor rules

9 tagged 2d, measured the same way as everything else here.

Browse within: 3d 9editor 9game-development 9game-editor 9game-engine 9

editor-commands

01

andvolodko/html5-game-editor

Cursor rule Cursor

One undoable command class per file under packages/editor-core/src/commands. Apply when adding or editing editor-core commands.

5 6d ago A 0 tokens original MIT

editor-ui

02

andvolodko/html5-game-editor

Cursor rule Cursor

Editor React UI vs editor-core separation, selection, viewport, and dirty/undo rules. Apply when editing apps/editor or packages/editor-core.

5 6d ago A 0 tokens original MIT

no-magic-numbers

03

andvolodko/html5-game-editor

Cursor rule Cursor

Prefer named constants over unexplained numeric literals in TypeScript. Apply when editing .ts/.tsx behavior code.

5 6d ago A 0 tokens original MIT