Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev_adri
Browse files Browse the repository at this point in the history
# Conflicts:
#	real_deal/scenes/duel/DuelEnemy.tscn
#	real_deal/scenes/duel/DuelManager.tscn
  • Loading branch information
SeindElBardo committed Jul 26, 2021
2 parents d675fd2 + 52b3fea commit 413488f
Show file tree
Hide file tree
Showing 61 changed files with 1,173 additions and 920 deletions.
Binary file added assets/prototipos/elementos/items/berry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/prototipos/enemigos/enemy_slime_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/deck_pile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/deck_pile_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/deck_pile_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/discard_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/hud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prototipos/escena/Batalla/status_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dani_sandbox/scenes/menu/Personalizar.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[ext_resource path="res://dani_sandbox/scripts/menu/CharactertMenu_a.gd" type="Script" id=2]
[ext_resource path="res://assets/sprites/cards_ilustrations/ilustration_placeholder.png" type="Texture" id=3]

[node name="HUD" type="CanvasLayer"]
[node name="Inventary" type="CanvasLayer"]
script = ExtResource( 2 )

[node name="Container" type="MarginContainer" parent="."]
Expand Down
7 changes: 6 additions & 1 deletion dani_sandbox/scripts/menu/CartaColeccion_a.gd
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
extends Control

signal a_mazo;
signal a_mazo


# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.


func init_image(card_tpye: String):
pass


func _on_CartaColeccion_gui_input(event):
""" Evento para saber cuándo el usuario hace click o hace click derecho en la carta
"""
Expand Down
4 changes: 4 additions & 0 deletions dani_sandbox/scripts/menu/CartaMazo_a.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ func _ready():
pass # Replace with function body.


func init_image(card_tpye: String):
pass


func _on_CartaMazo_gui_input(event):
""" Evento para saber cuándo el usuario hace click y así eliminarla (visualmente)
del mazo.
Expand Down
78 changes: 0 additions & 78 deletions real_deal/scenes/exploration/actors/Chest.tscn

This file was deleted.

45 changes: 0 additions & 45 deletions real_deal/scenes/exploration/actors/Enemy.tscn

This file was deleted.

72 changes: 0 additions & 72 deletions real_deal/scenes/exploration/actors/Player.tscn

This file was deleted.

Loading

0 comments on commit 413488f

Please sign in to comment.