Skip to content

Commit

Permalink
Popochiu 2 - Alpha 4 (#106)
Browse files Browse the repository at this point in the history
* Fix "Start with it" for inventory items.

fix: Devs can select items to start with in the Main tab.
fix: Setting an inventory item as active with `add_as_active` makes the
cursor take the appearance of the item.
fea: Added `is_pixel_art_game` property to ProjectSettings.
upd: When selecting Pixel in Game type (setup popup) the default texture
filter is set to TEXTURE_FILTER_NEAREST for props, characters and
inventory items.

* #87 Add warning when loop metadata is missing for AudioStreamWAV (#104)

* Add warning for AudioStreamWAV in audio_cue.gd

* Fix comments on the PR

* NPC's follows the player (#105)

* initial commit to let npc's follow the player

* Fix comments on the PR

* Add `v_frames` property to PopochiuProp.

fea: Add settings option for pixel perfect games.
fea: The cursor sprite doesn't leave the viewport when the mouse pointer
leaves the game window.
fea: When the game is pixel perfect, the cursor moves in whole pixels
(thanks to @Whyshchuck )

* Updated max size for plugin popups

---------

Co-authored-by: Juan Ferrari <[email protected]>
  • Loading branch information
mapedorr and JuannFerrari committed Nov 10, 2023
1 parent 37539d2 commit 7b21c31
Show file tree
Hide file tree
Showing 21 changed files with 142 additions and 43 deletions.
6 changes: 3 additions & 3 deletions LEEME.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Popochiu 2
# Popochiu 2 (alpha 4)

[![Godot v4.0.x](https://img.shields.io/badge/Godot-4.0.x-blue)](https://godotengine.org/download/archive/4.0.4-stable/) [![Godot v4.1.x](https://img.shields.io/badge/Godot-4.1.x-blue)](https://godotengine.org/download) [![Discord](https://img.shields.io/discord/1128222869898416182?label=Discord&logo=discord&logoColor=ffffff&labelColor=5865F2&color=5865F2)](https://discord.gg/Frv8C9Ters)

![cover](https://github.com/mapedorr/popochiu/wiki/images/popochiu_2_hero-es.png "Popochiu")

Un plugin para Godot que permite crear juegos de aventura gráfica con un flujo de trabajo como el de [Adventure Game Studio](https://www.adventuregamestudio.co.uk/) y [PowerQuest](https://powerhoof.itch.io/powerquest).
Un plugin para Godot que permite crear juegos de aventura gráfica fácilmente con un flujo de trabajo como el de [Adventure Game Studio](https://www.adventuregamestudio.co.uk/) y [PowerQuest](https://powerhoof.itch.io/powerquest).

### 🌎 [Read this in English](./README.md) 🌎

Expand All @@ -30,7 +30,7 @@ Esta herramienta consta de dos partes: el núcleo (Popochiu) y el dock que facil

**Popochiu puede usarse en Godot 3.3.x a 3.5.x**. **¡¡¡Y ahora también funciona en Godot 4!!!**

1. Si usas Godot 4, descarga [Popochiu 2.0 Alpha 3](https://github.com/mapedorr/popochiu/releases/download/v2.0-alpha3/popochiu_v2.0-alpha3.zip). Si usas **Godot 3.5 o superior**, descarga [Popochiu 1.10](https://github.com/mapedorr/popochiu/releases/download/v1.10.0/popochiu-v1.10.0.zip). Si estás usando **Godot 3.3 a Godot 3.4.5**, descarga [Popochiu 1.8.7](https://github.com/mapedorr/popochiu/releases/download/v1.8.7/popochiu-v1.8.7.zip).
1. Si usas Godot 4, descarga [Popochiu 2.0 Alpha 4](https://github.com/mapedorr/popochiu/releases/download/v2.0-alpha4/popochiu_v2.0-alpha4.zip). Si usas **Godot 3.5 o superior**, descarga [Popochiu 1.10](https://github.com/mapedorr/popochiu/releases/download/v1.10.0/popochiu-v1.10.0.zip). Si estás usando **Godot 3.3 a Godot 3.4.5**, descarga [Popochiu 1.8.7](https://github.com/mapedorr/popochiu/releases/download/v1.8.7/popochiu-v1.8.7.zip).
2. Extra su contenido y copia la carpeta `addons` dentro de la carpeta de tu proyecto.
3. Abre tu proyecto en Godot y habilita el plugin Popochiu: `Proyecto > Ajustes del Proyecto > Plugins` (the tab on the top).
4. Reinicia Godot `Proyecto > Volver a Cargar el Proyecto Actual`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Popochiu 2
# Popochiu 2 (alpha 4)

[![Godot v4.0.x](https://img.shields.io/badge/Godot-4.0.x-blue)](https://godotengine.org/download/archive/4.0.4-stable/) [![Godot v4.1.x](https://img.shields.io/badge/Godot-4.1.x-blue)](https://godotengine.org/download) [![Discord](https://img.shields.io/discord/1128222869898416182?label=Discord&logo=discord&logoColor=ffffff&labelColor=5865F2&color=5865F2)](https://discord.gg/Frv8C9Ters)

![cover](https://github.com/mapedorr/popochiu/wiki/images/popochiu_2_hero-en.png "Popochiu")

A Godot plugin to create point n' click games with a workflow similar to [Adventure Game Studio](https://www.adventuregamestudio.co.uk/) and [PowerQuest](https://powerhoof.itch.io/powerquest).
A Godot plugin to make point n' click games the easy way with a workflow similar to [Adventure Game Studio](https://www.adventuregamestudio.co.uk/) and [PowerQuest](https://powerhoof.itch.io/powerquest).

### 🌎👉🏽 [Lee la versión en Español](./LEEME.md) 👈🏽🌎

Expand All @@ -30,7 +30,7 @@ This tool consists of two parts: the core (Popochiu) and the dock that helps wit

**Popochiu works on Godot 3.3.x to 3.5.x**. **And now in Godot 4 too!!!**

1. Godot 4 users can download [Popochiu 2.0 Alpha 3](https://github.com/mapedorr/popochiu/releases/download/v3.0-alpha3/popochiu_v3.0-alpha3.zip). If you are using **Godot 3.5 onwards**, download [Popochiu 1.10](https://github.com/mapedorr/popochiu/releases/download/v1.10.0/popochiu-v1.10.0.zip). If you are using **Godot 3.3 to Godot 3.4.5**, download [Popochiu 1.8.7](https://github.com/mapedorr/popochiu/releases/download/v1.8.7/popochiu-v1.8.7.zip).
1. Godot 4 users can download [Popochiu 2.0 Alpha 4](https://github.com/mapedorr/popochiu/releases/download/v2.0-alpha4/popochiu_v2.0-alpha4.zip). If you are using **Godot 3.5 onwards**, download [Popochiu 1.10](https://github.com/mapedorr/popochiu/releases/download/v1.10.0/popochiu-v1.10.0.zip). If you are using **Godot 3.3 to Godot 3.4.5**, download [Popochiu 1.8.7](https://github.com/mapedorr/popochiu/releases/download/v1.8.7/popochiu-v1.8.7.zip).
2. Extract it and copy the `addons` folder into your project folder.
3. Open your Godot project and enable the Popochiu plugin: `Project > Project Settings... > Plugins` (the tab on the top).
4. Restart Godot `Project > Reload Current Project`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func _menu_item_pressed(id: int) -> void:
settings.items_on_start.append(name)

PopochiuResources.save_settings(settings)
(main_dock.ei as EditorInterface).get_inspector().refresh()

self.is_on_start = name in settings.items_on_start
MenuOptions.CREATE_PROP_SCRIPT:
Expand Down
Loading

0 comments on commit 7b21c31

Please sign in to comment.