You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am diving back into my scripts after a while, and after having updated pysfml.
Several things seem to have changed. The module have been reorganized so that
import sfml as sf
sf.Window
sf.Vector2
sf.Transform
..
I am diving back into my scripts after a while, and after having updated
pysfml
.Several things seem to have changed. The module have been reorganized so that
.. no longer works, but they are now available as
Also
window.recreate
seems no longer to exist, maybe replaced bywindow.create
?Also
window.clear
seems no longer to exist, what should this good'ol logic:now be?
Also
window.draw
seems no longer to exist.. ay, this is getting tricky. ó.òAre all this changes documented somewhere yet? Should I get back to older
versions for a while before this new logic is ready? :)
The text was updated successfully, but these errors were encountered: