Skip to content

Commit

Permalink
Update year in LICENSE + clean the FS case mess
Browse files Browse the repository at this point in the history
  • Loading branch information
paulloz committed Jan 29, 2023
1 parent 0a26fea commit a57d76f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions Examples/TheIntercept.ink.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[remap]

importer="ink"
type="Resource"
uid="uid://7c4xpy3v7ewp"
path="res://.godot/imported/TheIntercept.ink-32fb29d7fa47e48c163ae951283153cf.res"

[deps]

source_file="res://Examples/TheIntercept.ink"
dest_files=["res://.godot/imported/TheIntercept.ink-32fb29d7fa47e48c163ae951283153cf.res"]

[params]

is_main_file=true
compress=true
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 - 2022 Paul Joannon
Copyright (c) 2018 - 2023 Paul Joannon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 0 additions & 16 deletions examples/TheIntercept.ink.import

This file was deleted.

2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ move_north={
}
move_south={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"unicode":0,"echo":false,"script":null)
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
move_west={
Expand Down

0 comments on commit a57d76f

Please sign in to comment.