-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcreator.ipkg
71 lines (65 loc) · 2.1 KB
/
creator.ipkg
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
package creator
pkgs = sdl2, contrib, containers, box2d
--makefile = Makefile
sourcedir = src
modules = Data.AVL.DDict
, Data.AVL.SetRemove
, GameIO
, Serializer
, Exception
, JSONCache
, Commands
, Objects
, Timeline
, Timeline.Items
, Settings
, CreatorMain
, Descriptions
, Descriptions.Color
, Descriptions.MapDescription
, Descriptions.BitsDescription
, Descriptions.AnimationDescription
, Descriptions.NumericPropertyRender
, Descriptions.ObjectDescription
, Descriptions.JointDescription
, Descriptions.AbilityDescription
, Descriptions.ItemDescription
, Descriptions.ObjectDescription.BodyDescription
, Descriptions.ObjectDescription.ControlDescription
, Descriptions.ObjectDescription.RenderDescription
, Descriptions.ObjectDescription.RulesDescription
, Descriptions.ObjectDescription.RulesDescription.BehaviorDescription
, Descriptions.ObjectDescription.RulesDescription.RuleFlags
, Descriptions.SurfaceDescription
, Descriptions.FontDescription
, Client.PClient
, Client.SDL
, Client.SDL.PSDL
, Client.SDL.Points
, Client.Input
, Client.ClientCommands
, Client.Rendering
, Client.Rendering.RenderMethods
, Client.Rendering.Camera
, Client.Rendering.Transforms
, Client.Rendering.PRendering
, Client.Rendering.Info
, Client.Rendering.AnimationState
, Client.Rendering.Layers
, Client.Rendering.PositionData
, Client.UI
, Client.UI.PUI
, Client.UI.Inventory
, Client.UI.Character
, Creator
, Creator.PCreator
, Creator.UI
, Creator.UI.ObjectSurfaces
, Creator.MapCreator
, Creator.MapCreator.PMapCreator
, Creator.MapCreator.Tools
, Creator.MapCreator.MapCreatorControl
, Creator.MapCreatorUI
, Creator.MapCreatorUI.PMapCreatorUI
main = CreatorMain
executable = creator