User Tools

Site Tools


xg:sector_gravity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sector_gravity [2006-07-21 10:52] skyjakesector_gravity [2006-07-25 08:21] (current) skyjake
Line 1: Line 1:
 +//Gravity// pulls things downwards. A sector type can define a custom gravity, which is used for all things inside the sector. Standard gravity is one (1.0).
 +
 +
 +====== Example ======
 +
 +  
 +  Sector Type {
 +      ID = 5008
 +      Comment = "Half gravity"
 +      Flags = gravity
 +      Gravity = 0.5
 +  }
 +
 +This will enable gravity in the sector and set it to the desired amount (0.5).
 +
 +
  
xg/sector_gravity.txt · Last modified: 2006-07-25 08:21 by skyjake