Pop_Slime
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-15 00:46:22 +08:00
df5133a91a Sync some constants, operators, and functions for skin editor.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-15 00:44:46 +08:00
88b959a118 Modify border color of expression statement.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-15 00:43:52 +08:00
310bf91fbd Always collapses delete button in skin editor.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-15 00:43:10 +08:00
699f47f98d Fix the height of popup list in skin editor.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-14 23:32:39 +08:00
24e881b138 Sync component and property list for skin editor.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-14 17:28:59 +08:00
2eef1b5c4e Update translations for skin editor.
c18ceb50d4 Update skin structure in editor.
27ca1a7292 Implement expression in skin editor.
dc59176eac Fix encoding for skin editor.
aec7470ff8 Optimize css for skin editor.
Compare 5 commits »
Pop_Slime commented on issue Pop_Slime/crtr#10 2023-03-14 09:42:36 +08:00
[Skin] Animation

Solution

  • Example animation name: a_test
animations {
	a_test {
		sprite.scale: anim(1, 0.9, ease_in());
		0, 0.5 {
			mesh.color: anim((1, 1, 1), (0.9, 0.3, 0.2));
		}
		0.5, 1…
Pop_Slime closed issue Pop_Slime/crtr#10 2023-03-14 09:42:36 +08:00
[Skin] Animation
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-11 21:41:57 +08:00
983cba6843 Detects user chart path for Malody chart finder.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-11 21:41:25 +08:00
871782e73f Remove potentially buggy syncing logic.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-11 21:40:37 +08:00
9aaa96fe10 Optimize GC for input proxy.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-11 21:39:31 +08:00
22190a29c1 Fix incorrect array length for vector operator.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 22:02:38 +08:00
613ca467d0 Fix offset error on function anim.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 16:27:19 +08:00
536a3066b2 Fix array operator creating array of type error.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 16:26:46 +08:00
43488cd002 Add "emit effect on self" annotation.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 11:41:27 +08:00
a11ccbd39c Cleanup variable name.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 11:38:51 +08:00
76df4929a7 Implement set variable annotation.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 11:37:27 +08:00
505b826627 Move up non-generic collection types and add debug view.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-09 10:07:30 +08:00
26a8675922 Make animation time of subspan relative.
Pop_Slime pushed to master at Pop_Slime/crtr 2023-03-08 20:36:23 +08:00
b89e1f983e Code cleanup.