This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathflixel.monkey
78 lines (70 loc) · 1.84 KB
/
flixel.monkey
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Import flxconfig
Import flxbasic
Import flxbutton
Import flxcamera
Import flxemitter
Import flxextern
Import flxg
Import flxgame
Import flxgroup
Import flxmusic
Import flxobject
Import flxparticle
Import flxpath
Import flxpoint
Import flxrect
Import flxsignals
Import flxsound
Import flxsprite
Import flxstate
Import flxtext
Import flxtileblock
Import flxtilemap
Import flxtimer
Import flxu
Import system.input.accel
Import system.input.joystick
Import system.input.keyboard
Import system.input.mouse
Import system.input.touch
Import system.renderers.primitive
Import system.replay.framerecord
Import system.replay.keyrecord
Import system.replay.xyrecord
Import system.replay.xyzrecord
Import system.resolutionpolicy.flxresolutionpolicy
Import system.resolutionpolicy.fill
Import system.resolutionpolicy.fixed
Import system.resolutionpolicy.relative
Import system.resolutionpolicy.ratio
Import system.signals.flxsignal
Import system.tweens.misc.alarm
Import system.tweens.misc.angletween
Import system.tweens.misc.colortween
Import system.tweens.misc.multivartween
Import system.tweens.misc.numtween
Import system.tweens.misc.vartween
Import system.tweens.motion.motion
Import system.tweens.motion.circularmotion
Import system.tweens.motion.cubicmotion
Import system.tweens.motion.linearmotion
Import system.tweens.motion.linearpath
Import system.tweens.motion.quadmotion
Import system.tweens.motion.quadpath
Import system.tweens.sound.fader
Import system.tweens.sound.sfxfader
Import system.tweens.util.ease
Import system.tweens.flxtween
Import system.flxanim
Import system.flxarray
Import system.flxassetsmanager
Import system.flxcolor
Import system.flximagedata
Import system.flxfont
Import system.flxlist
Import system.flxquadtree
Import system.flxreplay
Import system.flxresourcesmanager
Import system.flxtile
Import plugin.debugpathdisplay
Import plugin.timermanager