jak-project/goal_src/engine/physics/gravity-h.gc
ManDude 64ae2d6d39
[decomp] sync-info 1 (#351)
* move commonly used scripts to specific folders

* fixes

* Update test.sh

* Update test.sh

* Fix file permission

* move commonly used scripts to specific folders

* fixes

* Update test.sh

* Update test.sh

* Fix file permission

* [dynamics-h] clean-up

* make things neat

* update surface-h

* [sync-info] decomp 1

* move commonly used scripts to specific folders

* fixes

* Update test.sh

* Update test.sh

* Fix file permission

* move commonly used scripts to specific folders

* fixes

* Update test.sh

* Update test.sh

* Fix file permission

* [sync-info] update decomp

* Update gravity-h.gc

* [windows] separate scripts for runtime w/ or w/o display

* Update dynamics-h.gc

* Add offline test for sync-info

* clang
2021-04-10 21:17:36 -04:00

11 lines
260 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: gravity-h.gc
;; name in dgo: gravity-h
;; dgos: GAME, ENGINE
;; This file generates no code.
(defconstant GRAVITY_AMOUNT (meters 60)) ;; gravity force
(defconstant GRAVITY_MAX (meters 40)) ;; regular terminal velocity