There was an error while loading. Please reload this page.
1 parent 4f68edf commit 70b2c6bCopy full SHA for 70b2c6b
5 files changed
assets/support-info.json
assets/vcs/classes.db
@@ -1544,8 +1544,9 @@ PrintWithNumberSoon,0120,0,0,("key: gxt_key" "num%i" "duration%i" "flag%i")
1544
SetBackground,0209,0,0,("state%b")
1545
SetCenter,0207,0,0,("state%b")
1546
SetColor,0205,0,0,("red%i" "green%i" "blue%i" "alpha%i")
1547
-SetFont,020A,0,0,("font: Font")
+SetFont,054A,0,0,("font: Font")
1548
SetJustify,0206,0,0,("state%b")
1549
+SetProportional,020A,0,0,("state%b")
1550
SetRightJustify,0266,0,0,("state%b")
1551
SetScale,0204,0,0,("widthScale%f" "heightScale%f")
1552
SetWrapX,0208,0,0,("width%f")
assets/vcs/opcodes.txt
@@ -472,7 +472,7 @@
472
{0207:} set_text_centre {state} [bool]
473
{0208:} set_text_wrapx {width} [float]
474
{0209:} set_text_background {state} [bool]
475
-{020A:} set_text_font {font} [Font]
+{020A:} set_text_proportional {state} [bool]
476
{020B:} rotate_object [Object] {fromAngle} [float] {toAngle} [float] {collisionCheck} [bool]
477
{020C:} slide_object [Object] {fromX} [float] {fromY} [float] {fromZ} [float] {xSpeed} [float] {ySpeed} [float] {zSpeed} [float] {collisionCheck} [bool]
478
{020D:} remove_char_elegantly [Char]
@@ -1269,7 +1269,7 @@
1269
{0547:} command_0547 {_p1} [int] {_p2} [int]
1270
{0548:} command_0548 {_p1} [int] {_p2} [int] {_p3} [int]
1271
{0549:} command_0549 {_p1} [int]
1272
-{054A:} command_054a {_p1} [int]
+{054A:} set_text_font {font} [Font]
1273
{054B:} command_054b {_p1} [int] {_p2} [int] {_p3} [int]
1274
{054C:} command_054c {_p1} [int] {_p2} [int]
1275
{054D:} command_054d {_p1} [int] {_p2} [int]
assets/vcs/vcs.json
@@ -1,7 +1,7 @@
1
{
2
"meta": {
3
- "last_update": 1774151569174,
4
- "version": "0.47",
+ "last_update": 1774183598531,
+ "version": "0.48",
5
"url": "https://library.sannybuilder.com/#/vcs"
6
},
7
"extensions": [
@@ -10818,19 +10818,19 @@
10818
10819
"input": [
10820
10821
- "name": "font",
10822
- "type": "Font"
+ "name": "state",
+ "type": "bool"
10823
}
10824
],
10825
"attrs": {
10826
"is_static": true
10827
10828
"class": "Text",
10829
"id": "020A",
10830
- "member": "SetFont",
10831
- "name": "SET_TEXT_FONT",
+ "member": "SetProportional",
+ "name": "SET_TEXT_PROPORTIONAL",
10832
"num_params": 1,
10833
- "short_desc": "Sets the text draw font"
+ "short_desc": "Makes the text size proportionate"
10834
10835
10836
@@ -26394,13 +26394,19 @@
26394
26395
26396
26397
- "name": "_p1",
26398
- "type": "int"
+ "name": "font",
+ "type": "Font"
26399
26400
26401
+ "attrs": {
26402
+ "is_static": true
26403
+ },
26404
+ "class": "Text",
26405
"id": "054A",
- "name": "COMMAND_054A",
- "num_params": 1
26406
+ "member": "SetFont",
26407
+ "name": "SET_TEXT_FONT",
26408
+ "num_params": 1,
26409
+ "short_desc": "Sets the text draw font"
26410
26411
26412
ngsw.json
@@ -1,6 +1,6 @@
"configVersion": 1,
- "timestamp": 1774151669507,
+ "timestamp": 1774183666175,
"index": "/index.html",
"assetGroups": [
0 commit comments