-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggiunta la mutua esclusione dei bottoni; Completato Inventario e meccanica armi
- Loading branch information
1 parent
874ce19
commit debf0c4
Showing
31 changed files
with
1,455 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.godot/editor/control.tscn-folding-e66311c87c39ec8c25379305b5ae724b.cfg
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
HSeparator | ||
ColorRect | ||
OptionButton | ||
Button | ||
SpinBox | ||
Label | ||
HBoxContainer | ||
GridContainer | ||
VSeparator | ||
VBoxContainer | ||
HBoxContainer | ||
PanelContainer | ||
OptionButton | ||
TextureRect | ||
HSeparator | ||
ColorRect | ||
Button | ||
MenuButton | ||
MenuBar | ||
TextureRect | ||
NinePatchRect | ||
SpinBox | ||
VSeparator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
res://control.tscn | ||
res://temi/tema_bottoni.tres | ||
res://MainWeapon.gd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.godot/imported/perk_di.svg-838b2e358e62725a80654e8ff9a119d3.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="4d652df96d5a75b94171fd500e12fa53" | ||
dest_md5="f07fc83c554d516ab83e45b154f4d032" | ||
|
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.godot/imported/perk_optic.svg-ee1c92dcf229164a7ebcf4dfee35c941.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="a795ac1ff6788da9e5200659c24622a9" | ||
dest_md5="5c1511717a03ced14cb652a68a678f36" | ||
|
Binary file added
BIN
+1.08 KB
.godot/imported/perk_shield.svg-19536ae3cae1a68f5343cf9fe65344a0.ctex
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.godot/imported/perk_shield.svg-19536ae3cae1a68f5343cf9fe65344a0.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="aad5d4282f9fe4e1b6bbb72457863af9" | ||
dest_md5="44beac6304ce04c333ab1590ecf5dfca" | ||
|
Binary file added
BIN
+418 Bytes
.godot/imported/perk_thermal.svg-636790dc3ad45331d2cf273587ef2da7.ctex
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.godot/imported/perk_thermal.svg-636790dc3ad45331d2cf273587ef2da7.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="f1812aa24f5ea4dcb34897954379bbb1" | ||
dest_md5="896616a14601c5a2d936d7869b6d81a5" | ||
|
Binary file added
BIN
+1.69 KB
.godot/imported/perk_underbarrel.svg-c50430c9504ccf6b0368d5f0d474e28a.ctex
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
.godot/imported/perk_underbarrel.svg-c50430c9504ccf6b0368d5f0d474e28a.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="50b28cba5b61f9445518ff9a94c5eb0a" | ||
dest_md5="7a9503cba6aaf387baf9c69be04850d8" | ||
|
Binary file not shown.
Oops, something went wrong.