Skip to content

Releases: kerem3338/Boip

2.1

06 Nov 17:37
aeca737
Compare
Choose a tag to compare
2.1

Added scene_from_file()
About scene_from_file()
scence_from_file(file, encoding="utf8"): takes the file content and adds it as a scene

Boip 2.0

30 Oct 12:46
1e8065e
Compare
Choose a tag to compare

copy_last(copy_count=None) son sahneyi kopyalar
örnekler:
copy_last()
copy_last(copy_count=5) son sahneyi 5 kez kopyalar

copy_from_id(id, copy_count=None) İd sahnesini kopyalar
örnekler
copy_from_id(0) Sahneyi Kopyalar
copy_from_id(0, 3) Sahneyi 3 Kez kopyalar

shape(shape) Şekil döndürür / Return shape
örnek / Example

shape("square")

#çıktı / Output
##
##

play_sound(soundfile, background:bool=True) ses dosyası oynatır
play_sound("music.mp3") Ses dosyasını arkaplanda oynatır
play_sound("music.mp3", background=False) Ses dosyasını oynatması bitince diğer işleme geçer


lenght() Animasyonun uzunluğunu gösterir

export_scenes(exportfile) Bütün Sahneleri Çıktı dosyasına yazdırır

1.0

29 Oct 11:53
5da34f0
Compare
Choose a tag to compare
1.0
Update README.md