No description
  • C# 96.3%
  • GDShader 1.9%
  • GDScript 1.8%
Find a file
2026-09-06 14:22:10 +05:00
.vscode Rework 2025-07-16 02:18:17 +05:00
addons Retroactively fossified 2026-09-06 13:48:09 +05:00
assets feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
scenes feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
scripts feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
translations Retroactively fossified 2026-09-06 13:48:09 +05:00
.gitattributes Initial commit 2024-09-08 00:45:50 +05:00
.gitignore deploy tools 2025-07-13 22:38:28 +05:00
default_bus_layout.tres Splitted default and music bus 2025-07-12 20:59:35 +05:00
icon.ico New icon 2025-07-12 07:55:52 +05:00
icon.png New icon 2025-07-12 07:55:52 +05:00
icon.png.import Retroactively fossified 2026-09-06 13:48:09 +05:00
icon.svg Initial commit 2024-09-08 00:45:50 +05:00
icon.svg.import Retroactively fossified 2026-09-06 13:48:09 +05:00
LICENSE License added 2024-09-15 21:53:35 +05:00
NewLON.csproj feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
NewLON.csproj.old Retroactively fossified 2026-09-06 13:48:09 +05:00
NewLON.csproj.old.1 feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
NewLON.sln Initial commit 2024-09-08 00:45:50 +05:00
project.godot feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00
README.md feat: Added readme, fixed dependecies 2026-09-06 14:22:10 +05:00

New Liberation of Neighborville

This is a Plants versus Zombies fangame developed by @GeoPlayerRu, @CaTronick and @slaimy4.

Features

  • Level editing plugin named pvzadventure.
  • Stackable stats through FloatModifier.
  • Reusable zombies and plants logic.
  • Decoupled GUI through signals and global signal bus.

How to build

Prerequisites

  • Godot Mono >= 4.7
  • .NET SDK >= 8.0
  • Git

Build

Windows

  1. Clone the repository: git clone https://github.com/GeoPlayerRu/newlon-public.git (or use SSH)
  2. Open the project in Godot.
  3. Import project if required
  4. To build windows executable, run: Project -> Export.
  5. Select Windows Desktop preset and click Export Project. If you don't have Windows export template installed, you can install it through modal window.
  6. Choose an output location and export project.

Linux

  1. Clone the repository: git clone https://github.com/GeoPlayerRu/newlon-public.git (or use SSH)
  2. Open the project in Godot.
  3. Import project if required
  4. To build windows executable, run: Project -> Export.
  5. Select Linux Desktop preset and click Export Project. If you don't have Windows export template installed, you can install it through modal window.
  6. Choose an output location and export project.