Add complete uncompressed asset files + archive
- Extracted all 13,555 files from files.7z (1.2GB uncompressed) - Includes: vehicles, tracks, audio, textures, UI, manifests - Also kept files.7z for easy download - Full working directory for asset development
This commit is contained in:
12
files/.depot/scripts/play_random.txt
Normal file
12
files/.depot/scripts/play_random.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
// Random is exactly that - just click randomly on the screen once a second
|
||||
// passing -1 to a click position = random cord. Otherwise x/y screen cords in the 0 to 1 range (so "0.5 0.5" is middle of the screen)
|
||||
|
||||
Label: loop
|
||||
|
||||
Click: -1.0 -1.0 // randomly click anywhere on screen
|
||||
|
||||
Wait: 1000
|
||||
|
||||
Goto: loop
|
||||
|
||||
// End of line
|
||||
Reference in New Issue
Block a user