Created
November 17, 2018 07:41
-
-
Save ruucm-working/023425ee3627eab7e2e603779884907b to your computer and use it in GitHub Desktop.
App.tsx
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
export const chatUI: Override = () => { | |
return { | |
scale: data.chatBoxScale, | |
originX: 1, | |
originY: 1, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment