Compare commits
4 Commits
47e78bf7e0
...
83178d863b
Author | SHA1 | Date | |
---|---|---|---|
83178d863b | |||
388d78b64c | |||
a81577b1a8 | |||
445b65d7f0 |
BIN
Content/UI/MainMenu/MainMenuUIWidget.uasset
(Stored with Git LFS)
Normal file
BIN
Content/UI/MainMenu/MainMenuUIWidget.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Weapons/Machinegun/Machinegun.uasset
(Stored with Git LFS)
BIN
Content/Weapons/Machinegun/Machinegun.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Machinegun/MachinegunThrowable.uasset
(Stored with Git LFS)
BIN
Content/Weapons/Machinegun/MachinegunThrowable.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Pistol/Pistol.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Weapons/Pistol/Pistol.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Weapons/Pistol/PistolPickup.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Weapons/Pistol/PistolPickup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Weapons/Rifle/Rifle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Weapons/Rifle/Rifle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Weapons/Rifle/RiflePickup.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Weapons/Rifle/RiflePickup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
5
Source/Nakatomi/MainMenuUIWidget.cpp
Normal file
5
Source/Nakatomi/MainMenuUIWidget.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "MainMenuUIWidget.h"
|
||||
|
17
Source/Nakatomi/MainMenuUIWidget.h
Normal file
17
Source/Nakatomi/MainMenuUIWidget.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Blueprint/UserWidget.h"
|
||||
#include "MainMenuUIWidget.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class NAKATOMI_API UMainMenuUIWidget : public UUserWidget
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user