This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <AutoItConstants.au3> | |
; THESE 3 VARS ARE ALL YOU NEED LOL | |
; starting branch length | |
$startLength = 350 | |
; angle to twist the tree | |
$startAngle = 45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <AutoItConstants.au3> | |
$size = 0 | |
; center horizontal of your screen | |
$centerX = @DesktopWidth / 2 | |
; center vertical of your screen | |
$centerY = @DesktopHeight / 2 |
NewerOlder