Skip to content

Commit 16fb1af

Browse files
committed
- Add information about copyright to assets
- Change assets in cases where their origin cannot be determined
1 parent 87a930e commit 16fb1af

File tree

5 files changed

+126
-8
lines changed

5 files changed

+126
-8
lines changed

Diff for: examples/multiplayer-bomber/godot/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ Renderer: Compatibility
1414

1515
WSAD to move
1616
CTRL to plant bomb
17+
18+
19+
## Copying
20+
21+
George (`assets/chatwalk`) is an alternate LCP character by [sheep](https://opengameart.org/users/sheep), from [OpenGameArt.org](https://opengameart.org/content/alternate-lpc-character-sprites-george). CC-BY 3.0, CC-BY-SA 3.0, GPL 3.0
22+
23+
Bomb - Matt Hackett of Lost Decade Games, expanded by Cem Kalyoncu; CC-BY 3.0
24+
25+
"[LPC] Rocks" by bluecarrot16, Johann Charlot, Yar, Hyptosis, Evert, Lanea Zimmerman (Sharm), Guillaume Lecollinet, Richard Kettering (Jetrel), Zachariah Husiar (Zabin), Jetrel, Hyptosis, Redshrike, Rayane Félix (RayaneFLX), Michele Bucelli (Buch) <https://opengameart.org/users/buch>
26+
"[LPC] Walls" by bluecarrot16, Lanea Zimmerman (Sharm), Daniel Armstrong (HughSpectrum), William Thompson (William.Thompsonj), Hyptosis, Zabin, Daniel Cook, Guido Bos, SpiderDave, Cougarmint, Stephen Challener (Redshrike), Matthew Nash, Wolthera van Hövell tot Westerflier (TheraHedwig), Reemax, bleutailfly, NaRNeRZz, Sir Spummington, Casper Nilsson, KnoblePersona. CC-BY-SA 3.0.
27+
"[LPC] Floors" by bluecarrot16, Lanea Zimmerman (Sharm), William Thompson (William.Thompsonj), Hyptosis, SpiderDave, Cougarmint, Stephen Challener (Redshrike), Bonsaiheldin, Tyler Olsen (Roots), Jetrel, jestan, The Open Surge team (http://opensnc.sourceforge.net), Gaurav Munjal, Reemax, Silveira Neto, bleutailfly, Casper Nilsson, NaRNeRZz, Buch, keith karnage, Arthur Carvalho, Guilherme Vieira (n2liquid), Chris Hamons (maintainer). CC-BY-SA 4.0
28+
4.42 KB
Loading
-69.7 KB
Binary file not shown.

Diff for: examples/multiplayer-bomber/godot/src/entities/player.tscn

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
[gd_scene load_steps=14 format=3 uid="uid://dviwgv2ty8v6u"]
1+
[gd_scene load_steps=13 format=3 uid="uid://dviwgv2ty8v6u"]
22

3-
[ext_resource type="Texture2D" uid="uid://dm4r4w42e28ro" path="res://assets/charwalk.png" id="2"]
4-
[ext_resource type="FontFile" uid="uid://b1mhpw5ornbak" path="res://assets/montserrat.otf" id="3"]
3+
[ext_resource type="Texture2D" uid="uid://mlblycabx20l" path="res://assets/charwalk.png" id="2"]
54

65
[sub_resource type="CircleShape2D" id="1"]
76
radius = 20.0
@@ -194,7 +193,6 @@ offset_right = 85.0
194193
offset_bottom = -14.0
195194
size_flags_horizontal = 2
196195
size_flags_vertical = 0
197-
theme_override_fonts/font = ExtResource("3")
198196
theme_override_font_sizes/font_size = 16
199197
text = "Player 1"
200198
label_settings = SubResource("LabelSettings_5huhx")

Diff for: examples/multiplayer-bomber/godot/src/game/world.tscn

+112-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)