about summary refs log tree commit diff stats
path: root/button.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-12 18:29:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-12 20:54:50 -0700
commit3b36093553920fb2548332e983a32aa6fe218fd2 (patch)
tree72466962f6c71af141790f9b5cb1eb0abc8c322c /button.lua
parent1ede1c3c6d3fc2ec8070da4c726b3fbe1bf9d374 (diff)
downloadtext.love-3b36093553920fb2548332e983a32aa6fe218fd2.tar.gz
left/right margin -> left/right coordinates
Editor state initialization now depends on window dimensions, so we have
to more carefully orchestrate startup.
Diffstat (limited to 'button.lua')
0 files changed, 0 insertions, 0 deletions
ous revision' href='/akkartik/mu/blame/html/continuation1.mu.html?h=hlt&id=aefa8fec6a473be459a2ff33e6bd96e7c22ced20'>^
4bb57a55 ^


36365244 ^

































d55e7738 ^
36365244 ^

d55e7738 ^
ef7d834f ^







b301e0c0 ^
ef7d834f ^
b301e0c0 ^
ef7d834f ^



b301e0c0 ^
ef7d834f ^
4a48bedc ^
e82dc626 ^
f0c55e6b ^
ef7d834f ^
36365244 ^



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
79
80
81
82
83
84
85
86
87