File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/applejag/epic-wizard-firefly-gladiators
33go 1.25.5
44
55require (
6- github.com/applejag/firefly-go-math v0.2.0
7- github.com/firefly-zero/firefly-go v0.11 .0
6+ github.com/applejag/firefly-go-math v0.2.1
7+ github.com/firefly-zero/firefly-go v0.12 .0
88 github.com/orsinium-labs/tinymath v1.1.0
99)
Original file line number Diff line number Diff line change 1- github.com/applejag/firefly-go-math v0.2.0 h1:IiDXTbHpLDU8LR8LP3RKGpyUA59mQp2HwAdkDyLLask =
2- github.com/applejag/firefly-go-math v0.2.0 /go.mod h1:XbmMPAO9vDIYvwAJIPlY6HE0m1RZ3tXgn3GP9agFXos =
3- github.com/firefly-zero/firefly-go v0.11 .0 h1:+Y5EE0sXxjylZo9H3U3+VpPU1bCXdq0q7xnrpn207pg =
4- github.com/firefly-zero/firefly-go v0.11 .0 /go.mod h1:osit9/kxcqSUBVozePb7LNzOHy3FQ7ii1Z0mL82pWu0 =
1+ github.com/applejag/firefly-go-math v0.2.1 h1:uUswt1hBG96F/rTcS/DZ/9/kPze0SEmQIsL95GBjOWQ =
2+ github.com/applejag/firefly-go-math v0.2.1 /go.mod h1:mjY0WcVMrmkPGtsGlczdPYdP9hI9mU+z7hmsBPktyXg =
3+ github.com/firefly-zero/firefly-go v0.12 .0 h1:yNFB33cgYZIPWKZTDNrjDDCw5tqx+CzMGms+daXoz88 =
4+ github.com/firefly-zero/firefly-go v0.12 .0 /go.mod h1:osit9/kxcqSUBVozePb7LNzOHy3FQ7ii1Z0mL82pWu0 =
55github.com/orsinium-labs/tinymath v1.1.0 h1:KomdsyLHB7vE3f1nRAJF2dyf1m/gnM2HxfTeV1vS5UA =
66github.com/orsinium-labs/tinymath v1.1.0 /go.mod h1:WPXX6ei3KSXG7JfA03a+ekCYaY9SWN4I+JRl2p6ck+A =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type InputState struct {
1717}
1818
1919func (i * InputState ) Boot () {
20- i .Me = firefly .GetMe ()
20+ i .Me = firefly .Combined
2121}
2222
2323func (i * InputState ) Update () {
You can’t perform that action at this time.
0 commit comments