像素化后解决ui问题
1 parent f74a418 commit db9657d5f7cff51f0ea141bec18ff059406d5a55
@小李xl 小李xl authored on 3 Nov 2022
Showing 28 changed files
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/ui/Cursor.tscn
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/prefab/ui/bar/InteractiveTipBar.tscn
View
DungeonShooting_Godot/prefab/ui/bar/ReloadBar.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/font/cn_font_12.tres 0 → 100644
View
DungeonShooting_Godot/resource/font/cn_font_18.tres 0 → 100644
View
DungeonShooting_Godot/resource/font/cn_font_4.tres 100644 → 0
View
DungeonShooting_Godot/resource/font/cn_font_6.tres 100644 → 0
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs 0 → 100644
View
DungeonShooting_Godot/src/game/camera/GameCamera.cs 0 → 100644
View
DungeonShooting_Godot/src/game/camera/MainCamera.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/OrdinaryBullets.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/manager/InputManager.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/ui/Cursor.cs
View
DungeonShooting_Godot/src/game/ui/InteractiveTipBar.cs
View
DungeonShooting_Godot/src/game/ui/ReloadBar.cs
View
DungeonShooting_Godot/src/game/ui/RoomUI.cs