Skip to content

Commit 70b2c6b

Browse files
committed
deploy: db9f9ce
1 parent 4f68edf commit 70b2c6b

5 files changed

Lines changed: 23 additions & 16 deletions

File tree

assets/support-info.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/vcs/classes.db

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,8 +1544,9 @@ PrintWithNumberSoon,0120,0,0,("key: gxt_key" "num%i" "duration%i" "flag%i")
15441544
SetBackground,0209,0,0,("state%b")
15451545
SetCenter,0207,0,0,("state%b")
15461546
SetColor,0205,0,0,("red%i" "green%i" "blue%i" "alpha%i")
1547-
SetFont,020A,0,0,("font: Font")
1547+
SetFont,054A,0,0,("font: Font")
15481548
SetJustify,0206,0,0,("state%b")
1549+
SetProportional,020A,0,0,("state%b")
15491550
SetRightJustify,0266,0,0,("state%b")
15501551
SetScale,0204,0,0,("widthScale%f" "heightScale%f")
15511552
SetWrapX,0208,0,0,("width%f")

assets/vcs/opcodes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
{0207:} set_text_centre {state} [bool]
473473
{0208:} set_text_wrapx {width} [float]
474474
{0209:} set_text_background {state} [bool]
475-
{020A:} set_text_font {font} [Font]
475+
{020A:} set_text_proportional {state} [bool]
476476
{020B:} rotate_object [Object] {fromAngle} [float] {toAngle} [float] {collisionCheck} [bool]
477477
{020C:} slide_object [Object] {fromX} [float] {fromY} [float] {fromZ} [float] {xSpeed} [float] {ySpeed} [float] {zSpeed} [float] {collisionCheck} [bool]
478478
{020D:} remove_char_elegantly [Char]
@@ -1269,7 +1269,7 @@
12691269
{0547:} command_0547 {_p1} [int] {_p2} [int]
12701270
{0548:} command_0548 {_p1} [int] {_p2} [int] {_p3} [int]
12711271
{0549:} command_0549 {_p1} [int]
1272-
{054A:} command_054a {_p1} [int]
1272+
{054A:} set_text_font {font} [Font]
12731273
{054B:} command_054b {_p1} [int] {_p2} [int] {_p3} [int]
12741274
{054C:} command_054c {_p1} [int] {_p2} [int]
12751275
{054D:} command_054d {_p1} [int] {_p2} [int]

assets/vcs/vcs.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1774151569174,
4-
"version": "0.47",
3+
"last_update": 1774183598531,
4+
"version": "0.48",
55
"url": "https://library.sannybuilder.com/#/vcs"
66
},
77
"extensions": [
@@ -10818,19 +10818,19 @@
1081810818
{
1081910819
"input": [
1082010820
{
10821-
"name": "font",
10822-
"type": "Font"
10821+
"name": "state",
10822+
"type": "bool"
1082310823
}
1082410824
],
1082510825
"attrs": {
1082610826
"is_static": true
1082710827
},
1082810828
"class": "Text",
1082910829
"id": "020A",
10830-
"member": "SetFont",
10831-
"name": "SET_TEXT_FONT",
10830+
"member": "SetProportional",
10831+
"name": "SET_TEXT_PROPORTIONAL",
1083210832
"num_params": 1,
10833-
"short_desc": "Sets the text draw font"
10833+
"short_desc": "Makes the text size proportionate"
1083410834
},
1083510835
{
1083610836
"input": [
@@ -26394,13 +26394,19 @@
2639426394
{
2639526395
"input": [
2639626396
{
26397-
"name": "_p1",
26398-
"type": "int"
26397+
"name": "font",
26398+
"type": "Font"
2639926399
}
2640026400
],
26401+
"attrs": {
26402+
"is_static": true
26403+
},
26404+
"class": "Text",
2640126405
"id": "054A",
26402-
"name": "COMMAND_054A",
26403-
"num_params": 1
26406+
"member": "SetFont",
26407+
"name": "SET_TEXT_FONT",
26408+
"num_params": 1,
26409+
"short_desc": "Sets the text draw font"
2640426410
},
2640526411
{
2640626412
"input": [

ngsw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configVersion": 1,
3-
"timestamp": 1774151669507,
3+
"timestamp": 1774183666175,
44
"index": "/index.html",
55
"assetGroups": [
66
{

0 commit comments

Comments
 (0)