-
-
Notifications
You must be signed in to change notification settings - Fork 491
ScriptingAnchorPoints
SuperTux Bot edited this page Jul 8, 2024
·
3 revisions
This file is auto-generated from the SuperTux source code, using the template ScriptingPage.md.
This module contains global anchor constants.
None.
None.
None.
None.
Constant | Explanation |
---|---|
int ANCHOR_TOP_LEFT = 0 |
Top-left anchor point. |
int ANCHOR_TOP = 1 |
Top anchor point. |
int ANCHOR_TOP_RIGHT = 2 |
Top-right anchor point. |
int ANCHOR_LEFT = 3 |
Left anchor point. |
int ANCHOR_MIDDLE = 4 |
Middle anchor point. |
int ANCHOR_RIGHT = 5 |
Right anchor point. |
int ANCHOR_BOTTOM_LEFT = 6 |
Bottom-left anchor point. |
int ANCHOR_BOTTOM = 7 |
Bottom anchor point. |
int ANCHOR_BOTTOM_RIGHT = 8 |
Bottom-right anchor point. |
Home
Guidelines
Game Mechanics
Tools
Engine
- Cameras in other games
- Collision
- Configuration File
- Console
- Cutscenes
- Game_Engine
- Lighting
- Map_transformer
- Portables
- SceneGraph
- Scripting
Specifications
Milestones
- Milestone 1 Analysis
- Milestone 2 Design Document
- Milestone 2 Design Document Old
- Milestone 3 Design Document
Building (mostly outdated)
- INSTALL.md
- Building
- Building on macOS
- Building SuperTux
- Building on Windows
- Building with MXE (cross-compile)
Meetings