Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Sakai committed Apr 9, 2018
2 parents 9ec5bb8 + 5a54310 commit 2a31dd8
Show file tree
Hide file tree
Showing 45 changed files with 1,297 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Assets/ShinyEffectForUGUI.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/ShinyEffectForUGUI/CHANGELOG.md
8 changes: 8 additions & 0 deletions Assets/ShinyEffectForUGUI/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/ShinyEffectForUGUI/Demo.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions Assets/ShinyEffectForUGUI/Demo/Demo_ShinyEffectForUGUI.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace Coffee.UIExtensions
{
public class Demo_ShinyEffectForUGUI : MonoBehaviour
{
public void SetTimeScale(float scale)
{
Time.timeScale = scale;
}
}
}
12 changes: 12 additions & 0 deletions Assets/ShinyEffectForUGUI/Demo/Demo_ShinyEffectForUGUI.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/ShinyEffectForUGUI/Demo/Light_Frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions Assets/ShinyEffectForUGUI/Demo/Light_Frame.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a31dd8

Please sign in to comment.