brs-js 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist.js +1 -1
- package/dist/dist.js.map +1 -1
- package/dist/dist.mjs +1529 -158
- package/dist/dist.mjs.map +1 -1
- package/dist/dist.node.js +1 -1
- package/dist/dist.node.js.map +1 -1
- package/dist/dist.web.js +1 -1
- package/dist/dist.web.js.map +1 -1
- package/dist/src/brdb/catalog.d.ts +53 -3
- package/dist/src/brdb/catalog.d.ts.map +1 -1
- package/dist/src/brdb/componentDb.d.ts +759 -63
- package/dist/src/brdb/componentDb.d.ts.map +1 -1
- package/dist/src/brdb/componentTypes.d.ts +5 -1
- package/dist/src/brdb/componentTypes.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -29,12 +29,14 @@ export declare const BRICK_ASSETS: {
|
|
|
29
29
|
readonly B_1x1_Gate_Add: "B_1x1_Gate_Add";
|
|
30
30
|
readonly B_1x1_Gate_AudioReference: "B_1x1_Gate_AudioReference";
|
|
31
31
|
readonly B_1x1_Gate_Blend: "B_1x1_Gate_Blend";
|
|
32
|
+
readonly B_1x1_Gate_BrickAssetReference: "B_1x1_Gate_BrickAssetReference";
|
|
32
33
|
readonly B_1x1_Gate_Ceiling: "B_1x1_Gate_Ceiling";
|
|
33
34
|
readonly B_1x1_Gate_Clock: "B_1x1_Gate_Clock";
|
|
34
35
|
readonly B_1x1_Gate_Constant: "B_1x1_Gate_Constant";
|
|
35
36
|
readonly B_1x1_Gate_DeltaTime: "B_1x1_Gate_DeltaTime";
|
|
36
37
|
readonly B_1x1_Gate_Divide: "B_1x1_Gate_Divide";
|
|
37
38
|
readonly B_1x1_Gate_EdgeDetector: "B_1x1_Gate_EdgeDetector";
|
|
39
|
+
readonly B_1x1_Gate_EntityTypeReference: "B_1x1_Gate_EntityTypeReference";
|
|
38
40
|
readonly B_1x1_Gate_Equal: "B_1x1_Gate_Equal";
|
|
39
41
|
readonly B_1x1_Gate_Exec_ArrayVar_Append: "B_1x1_Gate_Exec_ArrayVar_Append";
|
|
40
42
|
readonly B_1x1_Gate_Exec_ArrayVar_Average: "B_1x1_Gate_Exec_ArrayVar_Average";
|
|
@@ -59,12 +61,21 @@ export declare const BRICK_ASSETS: {
|
|
|
59
61
|
readonly B_1x1_Gate_Exec_ArrayVar_Sum: "B_1x1_Gate_Exec_ArrayVar_Sum";
|
|
60
62
|
readonly B_1x1_Gate_Exec_ArrayVar_Swap: "B_1x1_Gate_Exec_ArrayVar_Swap";
|
|
61
63
|
readonly B_1x1_Gate_Exec_Branch: "B_1x1_Gate_Exec_Branch";
|
|
64
|
+
readonly B_1x1_Gate_Exec_Character_AddInventoryBrick: "B_1x1_Gate_Exec_Character_AddInventoryBrick";
|
|
65
|
+
readonly B_1x1_Gate_Exec_Character_AddInventoryEntity: "B_1x1_Gate_Exec_Character_AddInventoryEntity";
|
|
66
|
+
readonly B_1x1_Gate_Exec_Character_AddInventoryEntry: "B_1x1_Gate_Exec_Character_AddInventoryEntry";
|
|
67
|
+
readonly B_1x1_Gate_Exec_Character_AddInventoryItem: "B_1x1_Gate_Exec_Character_AddInventoryItem";
|
|
68
|
+
readonly B_1x1_Gate_Exec_Character_AddInventoryItemAdv: "B_1x1_Gate_Exec_Character_AddInventoryItemAdv";
|
|
62
69
|
readonly B_1x1_Gate_Exec_Character_GetAim: "B_1x1_Gate_Exec_Character_GetAim";
|
|
63
70
|
readonly B_1x1_Gate_Exec_Character_GetDamage: "B_1x1_Gate_Exec_Character_GetDamage";
|
|
64
71
|
readonly B_1x1_Gate_Exec_Character_GetFromController: "B_1x1_Gate_Exec_Character_GetFromController";
|
|
65
72
|
readonly B_1x1_Gate_Exec_Character_IncDamage: "B_1x1_Gate_Exec_Character_IncDamage";
|
|
66
73
|
readonly B_1x1_Gate_Exec_Character_SetDamage: "B_1x1_Gate_Exec_Character_SetDamage";
|
|
74
|
+
readonly B_1x1_Gate_Exec_Character_SetInventoryBrick: "B_1x1_Gate_Exec_Character_SetInventoryBrick";
|
|
75
|
+
readonly B_1x1_Gate_Exec_Character_SetInventoryEntity: "B_1x1_Gate_Exec_Character_SetInventoryEntity";
|
|
67
76
|
readonly B_1x1_Gate_Exec_Character_SetInventoryEntry: "B_1x1_Gate_Exec_Character_SetInventoryEntry";
|
|
77
|
+
readonly B_1x1_Gate_Exec_Character_SetInventoryItem: "B_1x1_Gate_Exec_Character_SetInventoryItem";
|
|
78
|
+
readonly B_1x1_Gate_Exec_Character_SetInventoryItemAdv: "B_1x1_Gate_Exec_Character_SetInventoryItemAdv";
|
|
68
79
|
readonly B_1x1_Gate_Exec_Character_SetTempPermission: "B_1x1_Gate_Exec_Character_SetTempPermission";
|
|
69
80
|
readonly B_1x1_Gate_Exec_Character_ShowHint: "B_1x1_Gate_Exec_Character_ShowHint";
|
|
70
81
|
readonly B_1x1_Gate_Exec_ChatCommand: "B_1x1_Gate_Exec_ChatCommand";
|
|
@@ -74,9 +85,13 @@ export declare const BRICK_ASSETS: {
|
|
|
74
85
|
readonly B_1x1_Gate_Exec_Controller_GetUserId: "B_1x1_Gate_Exec_Controller_GetUserId";
|
|
75
86
|
readonly B_1x1_Gate_Exec_Controller_GetUserName: "B_1x1_Gate_Exec_Controller_GetUserName";
|
|
76
87
|
readonly B_1x1_Gate_Exec_Controller_HasPermission: "B_1x1_Gate_Exec_Controller_HasPermission";
|
|
88
|
+
readonly B_1x1_Gate_Exec_Controller_HasRole: "B_1x1_Gate_Exec_Controller_HasRole";
|
|
77
89
|
readonly B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner: "B_1x1_Gate_Exec_Controller_IsTrustedByBrickOwner";
|
|
78
90
|
readonly B_1x1_Gate_Exec_Controller_SetCanRespawn: "B_1x1_Gate_Exec_Controller_SetCanRespawn";
|
|
91
|
+
readonly B_1x1_Gate_Exec_Controller_ShowChatMessage: "B_1x1_Gate_Exec_Controller_ShowChatMessage";
|
|
92
|
+
readonly B_1x1_Gate_Exec_Controller_ShowMessageBox: "B_1x1_Gate_Exec_Controller_ShowMessageBox";
|
|
79
93
|
readonly B_1x1_Gate_Exec_Controller_ShowStatusMessage: "B_1x1_Gate_Exec_Controller_ShowStatusMessage";
|
|
94
|
+
readonly B_1x1_Gate_Exec_Cycle: "B_1x1_Gate_Exec_Cycle";
|
|
80
95
|
readonly B_1x1_Gate_Exec_Entity_AddLocationRotation: "B_1x1_Gate_Exec_Entity_AddLocationRotation";
|
|
81
96
|
readonly B_1x1_Gate_Exec_Entity_AddVelocity: "B_1x1_Gate_Exec_Entity_AddVelocity";
|
|
82
97
|
readonly B_1x1_Gate_Exec_Entity_GetAngularVelocity: "B_1x1_Gate_Exec_Entity_GetAngularVelocity";
|
|
@@ -84,6 +99,7 @@ export declare const BRICK_ASSETS: {
|
|
|
84
99
|
readonly B_1x1_Gate_Exec_Entity_GetLocation: "B_1x1_Gate_Exec_Entity_GetLocation";
|
|
85
100
|
readonly B_1x1_Gate_Exec_Entity_GetLocationRotation: "B_1x1_Gate_Exec_Entity_GetLocationRotation";
|
|
86
101
|
readonly B_1x1_Gate_Exec_Entity_GetRotation: "B_1x1_Gate_Exec_Entity_GetRotation";
|
|
102
|
+
readonly B_1x1_Gate_Exec_Entity_GetTag: "B_1x1_Gate_Exec_Entity_GetTag";
|
|
87
103
|
readonly B_1x1_Gate_Exec_Entity_GetVelocity: "B_1x1_Gate_Exec_Entity_GetVelocity";
|
|
88
104
|
readonly B_1x1_Gate_Exec_Entity_PlayAudioAt: "B_1x1_Gate_Exec_Entity_PlayAudioAt";
|
|
89
105
|
readonly B_1x1_Gate_Exec_Entity_RelativeTeleport: "B_1x1_Gate_Exec_Entity_RelativeTeleport";
|
|
@@ -94,8 +110,11 @@ export declare const BRICK_ASSETS: {
|
|
|
94
110
|
readonly B_1x1_Gate_Exec_Entity_SetLocation: "B_1x1_Gate_Exec_Entity_SetLocation";
|
|
95
111
|
readonly B_1x1_Gate_Exec_Entity_SetLocationRotation: "B_1x1_Gate_Exec_Entity_SetLocationRotation";
|
|
96
112
|
readonly B_1x1_Gate_Exec_Entity_SetRotation: "B_1x1_Gate_Exec_Entity_SetRotation";
|
|
113
|
+
readonly B_1x1_Gate_Exec_Entity_SetTag: "B_1x1_Gate_Exec_Entity_SetTag";
|
|
97
114
|
readonly B_1x1_Gate_Exec_Entity_SetVelocity: "B_1x1_Gate_Exec_Entity_SetVelocity";
|
|
98
115
|
readonly B_1x1_Gate_Exec_Entity_Teleport: "B_1x1_Gate_Exec_Entity_Teleport";
|
|
116
|
+
readonly B_1x1_Gate_Exec_Gamemode_BroadcastChatMessage: "B_1x1_Gate_Exec_Gamemode_BroadcastChatMessage";
|
|
117
|
+
readonly B_1x1_Gate_Exec_Gamemode_BroadcastStatusMessage: "B_1x1_Gate_Exec_Gamemode_BroadcastStatusMessage";
|
|
99
118
|
readonly B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers: "B_1x1_Gate_Exec_Gamemode_FillArrayFromPlayers";
|
|
100
119
|
readonly B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers: "B_1x1_Gate_Exec_Gamemode_FillArrayFromTeamMembers";
|
|
101
120
|
readonly B_1x1_Gate_Exec_Gamemode_GetCurrentRound: "B_1x1_Gate_Exec_Gamemode_GetCurrentRound";
|
|
@@ -117,6 +136,7 @@ export declare const BRICK_ASSETS: {
|
|
|
117
136
|
readonly B_1x1_Gate_Exec_PrintToConsole: "B_1x1_Gate_Exec_PrintToConsole";
|
|
118
137
|
readonly B_1x1_Gate_Exec_Random: "B_1x1_Gate_Exec_Random";
|
|
119
138
|
readonly B_1x1_Gate_Exec_Sweep: "B_1x1_Gate_Exec_Sweep";
|
|
139
|
+
readonly B_1x1_Gate_Exec_Toggle: "B_1x1_Gate_Exec_Toggle";
|
|
120
140
|
readonly B_1x1_Gate_Exec_Union: "B_1x1_Gate_Exec_Union";
|
|
121
141
|
readonly B_1x1_Gate_Exec_Var_Get: "B_1x1_Gate_Exec_Var_Get";
|
|
122
142
|
readonly B_1x1_Gate_Exec_Var_Increment: "B_1x1_Gate_Exec_Var_Increment";
|
|
@@ -131,14 +151,21 @@ export declare const BRICK_ASSETS: {
|
|
|
131
151
|
readonly B_1x1_Gate_Expr_BitwiseShiftRight: "B_1x1_Gate_Expr_BitwiseShiftRight";
|
|
132
152
|
readonly B_1x1_Gate_Expr_BitwiseXOR: "B_1x1_Gate_Expr_BitwiseXOR";
|
|
133
153
|
readonly B_1x1_Gate_Expr_Ceil: "B_1x1_Gate_Expr_Ceil";
|
|
154
|
+
readonly B_1x1_Gate_Expr_ChangeDetector: "B_1x1_Gate_Expr_ChangeDetector";
|
|
155
|
+
readonly B_1x1_Gate_Expr_ColorBlend: "B_1x1_Gate_Expr_ColorBlend";
|
|
156
|
+
readonly B_1x1_Gate_Expr_ColorConvert: "B_1x1_Gate_Expr_ColorConvert";
|
|
157
|
+
readonly B_1x1_Gate_Expr_ColorToHex: "B_1x1_Gate_Expr_ColorToHex";
|
|
134
158
|
readonly B_1x1_Gate_Expr_CompareEqual: "B_1x1_Gate_Expr_CompareEqual";
|
|
135
159
|
readonly B_1x1_Gate_Expr_CompareGreater: "B_1x1_Gate_Expr_CompareGreater";
|
|
136
160
|
readonly B_1x1_Gate_Expr_CompareGreaterOrEqual: "B_1x1_Gate_Expr_CompareGreaterOrEqual";
|
|
137
161
|
readonly B_1x1_Gate_Expr_CompareLess: "B_1x1_Gate_Expr_CompareLess";
|
|
138
162
|
readonly B_1x1_Gate_Expr_CompareLessOrEqual: "B_1x1_Gate_Expr_CompareLessOrEqual";
|
|
139
163
|
readonly B_1x1_Gate_Expr_CompareNotEqual: "B_1x1_Gate_Expr_CompareNotEqual";
|
|
164
|
+
readonly B_1x1_Gate_Expr_Convert: "B_1x1_Gate_Expr_Convert";
|
|
165
|
+
readonly B_1x1_Gate_Expr_DirectionToRotation: "B_1x1_Gate_Expr_DirectionToRotation";
|
|
140
166
|
readonly B_1x1_Gate_Expr_EdgeDetector: "B_1x1_Gate_Expr_EdgeDetector";
|
|
141
167
|
readonly B_1x1_Gate_Expr_Floor: "B_1x1_Gate_Expr_Floor";
|
|
168
|
+
readonly B_1x1_Gate_Expr_InvertRotation: "B_1x1_Gate_Expr_InvertRotation";
|
|
142
169
|
readonly B_1x1_Gate_Expr_LogicalAND: "B_1x1_Gate_Expr_LogicalAND";
|
|
143
170
|
readonly B_1x1_Gate_Expr_LogicalNAND: "B_1x1_Gate_Expr_LogicalNAND";
|
|
144
171
|
readonly B_1x1_Gate_Expr_LogicalNOR: "B_1x1_Gate_Expr_LogicalNOR";
|
|
@@ -146,6 +173,10 @@ export declare const BRICK_ASSETS: {
|
|
|
146
173
|
readonly B_1x1_Gate_Expr_LogicalOR: "B_1x1_Gate_Expr_LogicalOR";
|
|
147
174
|
readonly B_1x1_Gate_Expr_LogicalXOR: "B_1x1_Gate_Expr_LogicalXOR";
|
|
148
175
|
readonly B_1x1_Gate_Expr_MakeColor: "B_1x1_Gate_Expr_MakeColor";
|
|
176
|
+
readonly B_1x1_Gate_Expr_MakeColorHex: "B_1x1_Gate_Expr_MakeColorHex";
|
|
177
|
+
readonly B_1x1_Gate_Expr_MakeColorSRGB: "B_1x1_Gate_Expr_MakeColorSRGB";
|
|
178
|
+
readonly B_1x1_Gate_Expr_MakeQuaternion: "B_1x1_Gate_Expr_MakeQuaternion";
|
|
179
|
+
readonly B_1x1_Gate_Expr_MakeRotation: "B_1x1_Gate_Expr_MakeRotation";
|
|
149
180
|
readonly B_1x1_Gate_Expr_MakeVector: "B_1x1_Gate_Expr_MakeVector";
|
|
150
181
|
readonly B_1x1_Gate_Expr_MathAbs: "B_1x1_Gate_Expr_MathAbs";
|
|
151
182
|
readonly B_1x1_Gate_Expr_MathAcos: "B_1x1_Gate_Expr_MathAcos";
|
|
@@ -182,9 +213,20 @@ export declare const BRICK_ASSETS: {
|
|
|
182
213
|
readonly B_1x1_Gate_Expr_MathTan: "B_1x1_Gate_Expr_MathTan";
|
|
183
214
|
readonly B_1x1_Gate_Expr_MathTanh: "B_1x1_Gate_Expr_MathTanh";
|
|
184
215
|
readonly B_1x1_Gate_Expr_NearlyEqual: "B_1x1_Gate_Expr_NearlyEqual";
|
|
216
|
+
readonly B_1x1_Gate_Expr_QuatAngleBetween: "B_1x1_Gate_Expr_QuatAngleBetween";
|
|
217
|
+
readonly B_1x1_Gate_Expr_QuatBetween: "B_1x1_Gate_Expr_QuatBetween";
|
|
218
|
+
readonly B_1x1_Gate_Expr_QuatDotProduct: "B_1x1_Gate_Expr_QuatDotProduct";
|
|
219
|
+
readonly B_1x1_Gate_Expr_QuatFromAxisAngle: "B_1x1_Gate_Expr_QuatFromAxisAngle";
|
|
220
|
+
readonly B_1x1_Gate_Expr_QuatSlerp: "B_1x1_Gate_Expr_QuatSlerp";
|
|
221
|
+
readonly B_1x1_Gate_Expr_QuatToAxisAngle: "B_1x1_Gate_Expr_QuatToAxisAngle";
|
|
222
|
+
readonly B_1x1_Gate_Expr_RotateVector: "B_1x1_Gate_Expr_RotateVector";
|
|
223
|
+
readonly B_1x1_Gate_Expr_RotationToDirection: "B_1x1_Gate_Expr_RotationToDirection";
|
|
185
224
|
readonly B_1x1_Gate_Expr_Round: "B_1x1_Gate_Expr_Round";
|
|
186
225
|
readonly B_1x1_Gate_Expr_Select: "B_1x1_Gate_Expr_Select";
|
|
187
226
|
readonly B_1x1_Gate_Expr_SplitColor: "B_1x1_Gate_Expr_SplitColor";
|
|
227
|
+
readonly B_1x1_Gate_Expr_SplitColorSRGB: "B_1x1_Gate_Expr_SplitColorSRGB";
|
|
228
|
+
readonly B_1x1_Gate_Expr_SplitQuaternion: "B_1x1_Gate_Expr_SplitQuaternion";
|
|
229
|
+
readonly B_1x1_Gate_Expr_SplitRotation: "B_1x1_Gate_Expr_SplitRotation";
|
|
188
230
|
readonly B_1x1_Gate_Expr_SplitVector: "B_1x1_Gate_Expr_SplitVector";
|
|
189
231
|
readonly B_1x1_Gate_Expr_String_Concatenate: "B_1x1_Gate_Expr_String_Concatenate";
|
|
190
232
|
readonly B_1x1_Gate_Expr_String_Contains: "B_1x1_Gate_Expr_String_Contains";
|
|
@@ -209,20 +251,25 @@ export declare const BRICK_ASSETS: {
|
|
|
209
251
|
readonly B_1x1_Gate_Expr_VecMagnitude: "B_1x1_Gate_Expr_VecMagnitude";
|
|
210
252
|
readonly B_1x1_Gate_Expr_VecMagnitudeSquared: "B_1x1_Gate_Expr_VecMagnitudeSquared";
|
|
211
253
|
readonly B_1x1_Gate_Expr_VecNormalize: "B_1x1_Gate_Expr_VecNormalize";
|
|
212
|
-
readonly B_1x1_Gate_Expr_VecRotationToDirection: "B_1x1_Gate_Expr_VecRotationToDirection";
|
|
213
254
|
readonly B_1x1_Gate_Expr_VecScale: "B_1x1_Gate_Expr_VecScale";
|
|
255
|
+
readonly B_1x1_Gate_Fake_Gamemode_CharacterDamagedEvent: "B_1x1_Gate_Fake_Gamemode_CharacterDamagedEvent";
|
|
214
256
|
readonly B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent: "B_1x1_Gate_Fake_Gamemode_CharacterDiedEvent";
|
|
215
257
|
readonly B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent: "B_1x1_Gate_Fake_Gamemode_CharacterSpawnedEvent";
|
|
216
258
|
readonly B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent: "B_1x1_Gate_Fake_Gamemode_ControllerJoinedEvent";
|
|
217
259
|
readonly B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent: "B_1x1_Gate_Fake_Gamemode_ControllerLeftEvent";
|
|
218
260
|
readonly B_1x1_Gate_Fake_Gamemode_RoundEndEvent: "B_1x1_Gate_Fake_Gamemode_RoundEndEvent";
|
|
219
261
|
readonly B_1x1_Gate_Fake_Gamemode_RoundStartEvent: "B_1x1_Gate_Fake_Gamemode_RoundStartEvent";
|
|
262
|
+
readonly B_1x1_Gate_FindPlayer: "B_1x1_Gate_FindPlayer";
|
|
220
263
|
readonly B_1x1_Gate_Floor: "B_1x1_Gate_Floor";
|
|
221
264
|
readonly B_1x1_Gate_FontReference: "B_1x1_Gate_FontReference";
|
|
222
265
|
readonly B_1x1_Gate_GreaterThan: "B_1x1_Gate_GreaterThan";
|
|
223
266
|
readonly B_1x1_Gate_GreaterThanEqual: "B_1x1_Gate_GreaterThanEqual";
|
|
224
267
|
readonly B_1x1_Gate_Internal_CharacterZoneEvent_Entered: "B_1x1_Gate_Internal_CharacterZoneEvent_Entered";
|
|
225
268
|
readonly B_1x1_Gate_Internal_CharacterZoneEvent_Left: "B_1x1_Gate_Internal_CharacterZoneEvent_Left";
|
|
269
|
+
readonly B_1x1_Gate_Internal_EntityZoneEvent_Entered: "B_1x1_Gate_Internal_EntityZoneEvent_Entered";
|
|
270
|
+
readonly B_1x1_Gate_Internal_EntityZoneEvent_Left: "B_1x1_Gate_Internal_EntityZoneEvent_Left";
|
|
271
|
+
readonly B_1x1_Gate_Internal_ProjectileZoneEvent_Entered: "B_1x1_Gate_Internal_ProjectileZoneEvent_Entered";
|
|
272
|
+
readonly B_1x1_Gate_Internal_ProjectileZoneEvent_Left: "B_1x1_Gate_Internal_ProjectileZoneEvent_Left";
|
|
226
273
|
readonly B_1x1_Gate_Internal_ReadBrickGrid: "B_1x1_Gate_Internal_ReadBrickGrid";
|
|
227
274
|
readonly B_1x1_Gate_Internal_ZoneEvent_BrickChanged: "B_1x1_Gate_Internal_ZoneEvent_BrickChanged";
|
|
228
275
|
readonly B_1x1_Gate_Internal_ZoneEvent_BrickRemoved: "B_1x1_Gate_Internal_ZoneEvent_BrickRemoved";
|
|
@@ -243,7 +290,6 @@ export declare const BRICK_ASSETS: {
|
|
|
243
290
|
readonly B_1x1_Gate_OR: "B_1x1_Gate_OR";
|
|
244
291
|
readonly B_1x1_Gate_OR_Bitwise: "B_1x1_Gate_OR_Bitwise";
|
|
245
292
|
readonly B_1x1_Gate_OneShotAudioReference: "B_1x1_Gate_OneShotAudioReference";
|
|
246
|
-
readonly B_1x1_Gate_ParticleReference: "B_1x1_Gate_ParticleReference";
|
|
247
293
|
readonly B_1x1_Gate_PickupReference: "B_1x1_Gate_PickupReference";
|
|
248
294
|
readonly B_1x1_Gate_ProjectileReference: "B_1x1_Gate_ProjectileReference";
|
|
249
295
|
readonly B_1x1_Gate_Pseudo_BufferSeconds: "B_1x1_Gate_Pseudo_BufferSeconds";
|
|
@@ -293,6 +339,7 @@ export declare const BRICK_ASSETS: {
|
|
|
293
339
|
readonly B_2x2F_Round: "B_2x2F_Round";
|
|
294
340
|
readonly B_2x2F_Speaker: "B_2x2F_Speaker";
|
|
295
341
|
readonly B_2x2F_Target: "B_2x2F_Target";
|
|
342
|
+
readonly B_2x2_Cannon: "B_2x2_Cannon";
|
|
296
343
|
readonly B_2x2_Cone: "B_2x2_Cone";
|
|
297
344
|
readonly B_2x2_Corner: "B_2x2_Corner";
|
|
298
345
|
readonly B_2x2_Overhang: "B_2x2_Overhang";
|
|
@@ -315,6 +362,7 @@ export declare const BRICK_ASSETS: {
|
|
|
315
362
|
readonly B_BoneStraight: "B_BoneStraight";
|
|
316
363
|
readonly B_Bot_Spawn_Point: "B_Bot_Spawn_Point";
|
|
317
364
|
readonly B_Branch: "B_Branch";
|
|
365
|
+
readonly B_Bush: "B_Bush";
|
|
318
366
|
readonly B_Button: "B_Button";
|
|
319
367
|
readonly B_Button_Pressed: "B_Button_Pressed";
|
|
320
368
|
readonly B_Button_Square: "B_Button_Square";
|
|
@@ -333,6 +381,7 @@ export declare const BRICK_ASSETS: {
|
|
|
333
381
|
readonly B_Frog_Small: "B_Frog_Small";
|
|
334
382
|
readonly B_GoalPoint: "B_GoalPoint";
|
|
335
383
|
readonly B_Gravestone: "B_Gravestone";
|
|
384
|
+
readonly B_Gyroscope: "B_Gyroscope";
|
|
336
385
|
readonly B_Handle: "B_Handle";
|
|
337
386
|
readonly B_Hedge_1x1: "B_Hedge_1x1";
|
|
338
387
|
readonly B_Hedge_1x1_Corner: "B_Hedge_1x1_Corner";
|
|
@@ -343,9 +392,10 @@ export declare const BRICK_ASSETS: {
|
|
|
343
392
|
readonly B_Joint_Bearing: "B_Joint_Bearing";
|
|
344
393
|
readonly B_Joint_Bearing_Micro: "B_Joint_Bearing_Micro";
|
|
345
394
|
readonly B_Joint_Coupler: "B_Joint_Coupler";
|
|
346
|
-
readonly B_Joint_Fixed: "B_Joint_Fixed";
|
|
347
395
|
readonly B_Joint_Motor: "B_Joint_Motor";
|
|
348
396
|
readonly B_Joint_Motor_Micro: "B_Joint_Motor_Micro";
|
|
397
|
+
readonly B_Joint_RigidBearing: "B_Joint_RigidBearing";
|
|
398
|
+
readonly B_Joint_RigidBearing_Micro: "B_Joint_RigidBearing_Micro";
|
|
349
399
|
readonly B_Joint_Servo: "B_Joint_Servo";
|
|
350
400
|
readonly B_Joint_Servo_Micro: "B_Joint_Servo_Micro";
|
|
351
401
|
readonly B_Joint_Socket: "B_Joint_Socket";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/brdb/catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/brdb/catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,EAka/C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,SAAS,MAAM,EAuCpD,CAAC;AAEF;;+CAE+C;AAC/C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAygBf,CAAC;AAKX,kFAAkF;AAClF,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAKvD"}
|