examples/hot_code_reloading: move the square faster
parent
eb7aee5ae0
commit
48d5650765
|
@ -27,8 +27,8 @@ fn main() {
|
|||
height := 300
|
||||
mut game := &Game{
|
||||
vg: 0
|
||||
dx: 1
|
||||
dy: 1
|
||||
dx: 2
|
||||
dy: 2
|
||||
height: height
|
||||
width: width
|
||||
}
|
||||
|
@ -61,7 +61,6 @@ fn main() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
const (
|
||||
W = 50
|
||||
)
|
||||
|
@ -88,21 +87,3 @@ fn (ctx mut Game) run() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//sdfsd
|
||||
|
||||
|
|
Loading…
Reference in New Issue