aboutsummaryrefslogtreecommitdiff
path: root/demos/misc/tween
Commit message (Collapse)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-034-176/+0
| | | | they go to their own project now
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-061-1/+1
| | | | | | | | Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511.
* Use upper-cased first letter at the start of comment sentencesRémi Verschelde2015-12-091-1/+1
|
* Improve code formatting and update to 2.0Rémi Verschelde2015-12-094-394/+28
| | | | | | | | | | | The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - space around weak operators (+, -), no space around strong operators (*, /) - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
* Add icons to all demos that can have a meaningful oneRémi Verschelde2015-11-191-0/+0
|
* fix icon locations in demo projectsfirefly24422015-10-211-1/+1
|
* 1.Change interpolate_callback:p_times_in_sec argument before p_callback ↵sanikoyes2014-12-191-2/+2
| | | | | | | | argument(more readable) 2.NodePath replace to instance_ID(can control object doe's not in scene tree) 3.Change interpolate types from Node to Object, can control more types(etc script class object) 4.Add pending_update counter, avoid insert/remove interpolates-list while traversal it
* Add missing icon.png to tween demomarynate2014-12-081-0/+0
|
* Update tween demosanikoyes2014-08-272-21/+51
|
* tween:sanikoyes2014-08-252-14/+38
| | | | | 1、add follow/targeting support 2、update demo
* Replace object to NodePathsanikoyes2014-08-223-7/+16
| | | | | Add time callback support Update demo
* Add tween delay supportsanikoyes2014-08-212-8/+18
| | | | | Add tween get_runtime function Update demo for tween delay sample
* Add tween seek/repeat supportsanikoyes2014-08-203-0/+469
Add tween demo