-
-
Notifications
You must be signed in to change notification settings - Fork 539
ScriptingAnchorPoints
SuperTux Bot edited this page Apr 22, 2023
·
4 revisions
Note: This file is auto-generated from the SuperTux scripting interface source code, using the template ScriptingPage.md.
This module contains global anchor constants.
None.
None.
Constant | Explanation |
---|---|
int ANCHOR_TOP_LEFT |
Top-left anchor point. |
int ANCHOR_TOP |
Top anchor point. |
int ANCHOR_TOP_RIGHT |
Top-right anchor point. |
int ANCHOR_LEFT |
Left anchor point. |
int ANCHOR_MIDDLE |
Middle anchor point. |
int ANCHOR_RIGHT |
Right anchor point. |
int ANCHOR_BOTTOM_LEFT |
Bottom-left anchor point. |
int ANCHOR_BOTTOM |
Bottom anchor point. |
int ANCHOR_BOTTOM_RIGHT |
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