Skip to content

Commit

Permalink
add missing license identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
GullikX committed Oct 15, 2022
1 parent 4542e6c commit 2453994
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file is part of Project Cerulean <https://projectcerulean.org>
# Copyright (C) 2021-2022 Martin Gulliksson
# SPDX-License-Identifier: GPL-3.0-or-later
extends Node

@export var _settings_resource: Resource
Expand Down
3 changes: 3 additions & 0 deletions src/entities/bounce_pad/bounce_pad.gd
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file is part of Project Cerulean <https://projectcerulean.org>
# Copyright (C) 2021-2022 Martin Gulliksson
# SPDX-License-Identifier: GPL-3.0-or-later
extends StaticBody3D

@export var bounce_height: float = 2.5
Expand Down
3 changes: 3 additions & 0 deletions src/entities/rotator/rotator.gd
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file is part of Project Cerulean <https://projectcerulean.org>
# Copyright (C) 2021-2022 Martin Gulliksson
# SPDX-License-Identifier: GPL-3.0-or-later
extends AnimatableBody3D

@export var angular_velocity: float = 0.5
Expand Down

0 comments on commit 2453994

Please sign in to comment.