mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
* base scroll implementation * add scroll collection example mofidy scrolls, fix callback calls * unhover button if start swipe notify input components on swipe * add node center offset, calc by pivots modify with with node center scroll (to correct scroll to point) * Refactor, add some docs * fix: set_pos on end on scroll * add gui.animate speed in settings
20 lines
247 B
Plaintext
20 lines
247 B
Plaintext
[bootstrap]
|
|
main_collection = /example/scroll.collectionc
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[display]
|
|
width = 600
|
|
height = 900
|
|
|
|
[project]
|
|
title = druid
|
|
|
|
[library]
|
|
include_dirs = druid
|
|
|
|
[graphics]
|
|
texture_profiles = /example/res/custom.texture_profiles
|
|
|