Skip to content

Commit 5559e36

Browse files
committed
test: edits to test files to test snippets
1 parent 9fa08b6 commit 5559e36

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

tests/Benchmark.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ AddScene = Scene
3232
Y = 20
3333
Width = 1002
3434
Height = 60
35-
Name = Benchmark
35+
Name = Benchmark s

tests/Index.ini

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,45 @@ DataModule
44
IncludeFile = Benchmark.rte/Effects.ini
55
IncludeFile = Benchmark.rte/Benchmark.ini
66
IncludeFile = Benchmark.rte/Mission Activities.ini
7-
ALLCAPS
7+
Test = Vector
8+
X = 1
9+
Y = 3
10+
Test = ContentFile
11+
FilePath = test
12+
Test = Color
13+
R = 4
14+
G = -2
15+
B = 3
16+
Test = Box
17+
Corner = Vector
18+
X = 9
19+
Y = 2
20+
Width = 1
21+
Height = 2
22+
Test = Area
23+
Name = peep
24+
AddBox = Box
25+
Corner = Vector
26+
X = 0
27+
Y = 0
28+
Width = 0
29+
Height = 0
30+
Test = GlobalScript
31+
PresetName = peppp
32+
Description = rprpp
33+
ScriptPath = Base.rte/rrr.png
34+
LuaClassName = penis
35+
Test = Exit
36+
Offset = Vector
37+
X = 0
38+
Y = 0
39+
Velocity = Vector
40+
X = 0
41+
Y = 0
42+
Radius = 10
43+
Range = 35 /*
44+
45+
46+
47+
48+

0 commit comments

Comments
 (0)