Lukas Klingsbo
0456b80f3d
Fix docs for SpriteAnimationComponent
2020-12-09 10:10:12 +00:00
Lukas Klingsbo
a68adc86c0
Updated docs for SpriteAnimation
2020-12-09 10:10:12 +00:00
Lukas Klingsbo
02e4563051
Update Components docs
2020-12-09 10:10:12 +00:00
Lukas Klingsbo
6e74521281
Add changelog entry
2020-12-09 10:10:12 +00:00
Lukas Klingsbo
98ad12d269
Use relative imports
2020-12-09 10:10:12 +00:00
Lukas Klingsbo
46554507a7
Tapables need to be handled in reversed priority order
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
2818845f7e
propagateToChildren should not handle this, only children
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
00e331b11e
Update BaseComponent description
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
7f16df3a3a
Children should be private
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
e8ee7a3a82
Move relevant parts from PositionComponent to BaseComponent
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
cf68a32c1b
Keep component unopinionated
2020-12-09 10:10:11 +00:00
Lukas Klingsbo
8665172ed9
Take angle into account for taps
2020-12-09 10:10:11 +00:00
Serge Matveenko
02be00abed
🚨 Use constructors in classes inherited from _Asset
2020-12-09 10:10:11 +00:00
Unger Andrey
0b03de8fe8
fix
2020-12-09 10:10:11 +00:00
Unger Andrey
4c46ac2e13
change link to relative
2020-12-09 10:10:11 +00:00
Unger Andrey
c5fae561db
add changelog line
2020-12-09 10:09:19 +00:00
Unger Andrey
cbbfe9f495
Translate readme to russian
2020-12-09 10:09:19 +00:00
Lukas Klingsbo
cbda46f193
Remove versions from list
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
df79f5464c
Update links to docs
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
532c02cbab
Add changelog entry
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
814abb2708
Update PR template
2020-12-09 10:07:35 +00:00
Renan
461b7801b7
remove unused offset ( #536 )
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
5ed64103a1
Add viewport explanation
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
2143f5d028
Update wording
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
d115133f4c
Update Forge2D docs
2020-12-09 10:07:35 +00:00
Unger Andrey
1237cf0d37
add changelog
2020-12-09 10:07:35 +00:00
Unger Andrey
1317532210
fix _debugPaint stroke width for web
2020-12-09 10:07:35 +00:00
Renan
82bb1432d4
remove unused size ( #540 )
2020-12-09 10:07:35 +00:00
Renan
8cabf6e5f5
Remove duplicated code on widget builder ( #538 )
2020-12-09 10:07:35 +00:00
renancaraujo
b2352e3f67
Prevent CI from running twice on pull requests
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
d09d2bd449
Add TextBoxConfig options and fix TextBoxComponent bugs ( #534 )
...
* Add TextBoxConfig options and fix TextBxoComponent bugs
* Add changelog entry
* Fix snackbar deprecation
* All examples to have publish to none
* One argument per line
* No explicit types for local variables
* Cache the width
* Fix formatting
2020-12-09 10:07:35 +00:00
Luan Nico
5dc93e1987
Improve the v1 message a little bit now that it was merged to master
2020-12-09 10:07:35 +00:00
Renan
ec202b00d0
Update readme with enew logo ( #564 )
...
* Update readme with enew logo
* Update README.md
* Update README.md
* Update README-PL.md
* Update README-ZH.md
2020-12-08 23:42:01 +00:00
Erick
174720fb87
Merge pull request #531 from HarrisonQi/master
...
✨ Update README-ZH.md
2020-11-18 10:32:54 -03:00
harrisonqi
f699a4f9c1
✨ Update README-ZH.md
2020-11-18 14:09:42 +08:00
Luan Nico
a966b52ad6
Bump versions for rc2 release
2020-11-18 00:57:42 -05:00
Luan Nico
f26deb619e
Update readme
2020-11-18 00:56:00 -05:00
Luan Nico
99dc061aad
Merge 1.0.0
2020-11-18 00:53:54 -05:00
Luan Nico
f2de75b683
Merge branch 'develop'
2020-11-18 00:48:51 -05:00
Renan
48cf290846
Merge pull request #527 from flame-engine/spydon.unify-removal
...
Unify naming standard for removal of components
2020-11-17 23:15:26 +00:00
Lukas Klingsbo
e64b1699c2
Default priority from constructor
2020-11-17 22:00:30 +01:00
Lukas Klingsbo
254c2119ac
Use normal add function in addAll
2020-11-17 21:45:29 +01:00
Lukas Klingsbo
61ac24f6d4
Keep priority final since it doesn't do any changes later
2020-11-16 22:19:05 +01:00
Lukas Klingsbo
81eaf05b22
Use booleans instead of methods for simple values
2020-11-15 18:56:17 +01:00
Lukas Klingsbo
4a3f9778a4
destroy -> remove for components
2020-11-15 14:54:35 +01:00
Lukas Klingsbo
8e51424974
Merge pull request #526 from flame-engine/spydon.simplify-base-game
...
Simplify BaseGame interactions
2020-11-15 01:29:53 +01:00
Lukas Klingsbo
ea64b239b5
Clarification comment about update after adding component
2020-11-15 01:18:51 +01:00
Lukas Klingsbo
92971fe975
Loop cycle -> game tick
2020-11-15 01:18:51 +01:00
Lukas Klingsbo
4db72c9bcc
Re-added comment for prepare/pre-add
2020-11-15 01:18:51 +01:00
Lukas Klingsbo
ce42f4d433
Add simple test for components in basegame
2020-11-15 01:18:51 +01:00