[code] Stage 4: Test Results without documentation & tests
parent
50206bb59d
commit
24e515e80d
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Engine/Maps/Templates/OpenWorld
|
||||
GlobalDefaultGameMode=/Game/Blueprints/BP_TengriGameMode.BP_TengriGameMode_C
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.AllowStaticLighting=False
|
||||
|
|
|
|||
BIN
Content/Blueprints/BP_MainCharacter.uasset (Stored with Git LFS)
BIN
Content/Blueprints/BP_MainCharacter.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Content/Debug/Components/AC_DebugHUD.uasset (Stored with Git LFS)
BIN
Content/Debug/Components/AC_DebugHUD.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Debug/UI/WBP_DebugHUD.uasset (Stored with Git LFS)
BIN
Content/Debug/UI/WBP_DebugHUD.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Input/IMC_Default.uasset (Stored with Git LFS)
BIN
Content/Input/IMC_Default.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Levels/TestLevel.umap (Stored with Git LFS)
BIN
Content/Levels/TestLevel.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/Movement/Components/AC_Movement.uasset (Stored with Git LFS)
BIN
Content/Movement/Components/AC_Movement.uasset (Stored with Git LFS)
Binary file not shown.
|
|
@ -5,7 +5,7 @@
|
|||
import {AddToArray, CreateWidget, GetGameTimeInSeconds, IsValid, Print, RemoveIndexFromArray} from "../../functions.js";
|
||||
import {WBP_ToastContainer} from "../UI/WBP_ToastContainer.js";
|
||||
import type {Float, Integer, Text} from "../../types.js";
|
||||
import {E_MessageType} from "../Enums/E_MessageType.js";
|
||||
import {E_MessageType} from "../../UI/Enums/E_MessageType.js";
|
||||
import type {S_ToastMessage} from "../Structs/S_ToastMessage.js";
|
||||
import type {S_ToastSettings} from "../Structs/S_ToastSettings.js";
|
||||
import type {WBP_Toast} from "../UI/WBP_Toast.js";
|
||||
|
|
|
|||
BIN
Content/Toasts/Compontents/AC_ToastSystem.uasset (Stored with Git LFS)
BIN
Content/Toasts/Compontents/AC_ToastSystem.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Toasts/Enums/E_MessageType.uasset (Stored with Git LFS)
BIN
Content/Toasts/Enums/E_MessageType.uasset (Stored with Git LFS)
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
// Content/Toasts/Structs/S_ToastMessage.ts
|
||||
|
||||
import type {Float, Integer, Text} from "../../types.js";
|
||||
import type {E_MessageType} from "../Enums/E_MessageType.js";
|
||||
import type {E_MessageType} from "../../UI/Enums/E_MessageType.js";
|
||||
|
||||
export interface S_ToastMessage {
|
||||
ID: Integer;
|
||||
|
|
|
|||
BIN
Content/Toasts/Structs/S_ToastMessage.uasset (Stored with Git LFS)
BIN
Content/Toasts/Structs/S_ToastMessage.uasset (Stored with Git LFS)
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
// Content/Toasts/UI/WBP_Toast.ts
|
||||
|
||||
import {Border, TextBox, Widget} from "../../classes.js";
|
||||
import {E_MessageType} from "../Enums/E_MessageType.js";
|
||||
import {E_MessageType} from "../../UI/Enums/E_MessageType.js";
|
||||
import type {Color, Text} from "../../types.js";
|
||||
import {IsValid} from "../../functions.js";
|
||||
|
||||
|
|
|
|||
BIN
Content/Toasts/UI/WBP_Toast.uasset (Stored with Git LFS)
BIN
Content/Toasts/UI/WBP_Toast.uasset (Stored with Git LFS)
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
import {VerticalBox, Widget} from "../../classes.js";
|
||||
import {ESlateVisibility} from "../../enums.js";
|
||||
import type {Text} from "../../types.js";
|
||||
import type {E_MessageType} from "../Enums/E_MessageType.js";
|
||||
import type {E_MessageType} from "../../UI/Enums/E_MessageType.js";
|
||||
import {WBP_Toast} from "./WBP_Toast.js";
|
||||
import {AddToArray, CreateWidget, IsValid, RemoveItemFromArray} from "../../functions.js";
|
||||
|
||||
|
|
|
|||
BIN
Content/Toasts/UI/WBP_ToastContainer.uasset (Stored with Git LFS)
BIN
Content/Toasts/UI/WBP_ToastContainer.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue